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

@@ -5,3 +5,7 @@ autorestart=true
priority=10
stdout_events_enabled=true
stderr_events_enabled=true
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0