Expose logs of all running processes to docker

This commit is contained in:
Raphael Michel
2020-12-14 13:10:44 +01:00
parent a5e41aae50
commit 37f48ffd49
5 changed files with 16 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
file=/tmp/supervisor.sock
[supervisord]
logfile=/tmp/supervisord.log
logfile_maxbytes=50MB
logfile=/dev/stderr
logfile_maxbytes=0
logfile_backups=10
loglevel=info
pidfile=/tmp/supervisord.pid