Commit c20aaaac authored by Jérome Perrin's avatar Jérome Perrin

standalone: keep only 5MB of logs

50 was too much now that we keep snapshots in tests.
parent b5772299
...@@ -103,7 +103,7 @@ class SupervisorConfigWriter(ConfigWriter): ...@@ -103,7 +103,7 @@ class SupervisorConfigWriter(ConfigWriter):
redirect_stderr = true redirect_stderr = true
stdout_logfile = {stdout_logfile} stdout_logfile = {stdout_logfile}
stdout_logfile_maxbytes = 5MB stdout_logfile_maxbytes = 5MB
stdout_logfile_backups = 10 stdout_logfile_backups = 0
""").format(**locals()) """).format(**locals())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment