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

@@ -4,3 +4,7 @@ autostart=true
autorestart=true
priority=5
user=pretixuser
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0