@@ -1,10 +1,9 @@
-- Support groups in supervisorctl / web interface.
+- Support stopping and starting groups in supervisorctl / web
+ interface.
- Expose stderr/stdout logfiles separately in RPC interface return
values.
-- Capturefile rotation?
-
- Revisit test_startProcessGroup and test_startAllProcesses (see XXX
comment about ordering).
@@ -70,7 +70,9 @@ class POutputDispatcher(PDispatcher):
capturefile,
logging.INFO,
'%(message)s',
- rotating=False)
+ rotating=True,
+ maxbytes=1 << 21, #2MB
+ backups=10)
self.childlog = self.mainlog