mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
log worker to stdout/stderr
This commit is contained in:
6
debian/supervisor/supervisord.conf
vendored
6
debian/supervisor/supervisord.conf
vendored
@@ -34,8 +34,10 @@ killasgroup=true
|
|||||||
user=www-data
|
user=www-data
|
||||||
numprocs=2
|
numprocs=2
|
||||||
environment=HOME="/var/www"
|
environment=HOME="/var/www"
|
||||||
stdout_logfile=/var/log/php-worker.log
|
stdout_logfile=/dev/stdout
|
||||||
stderr_logfile=/var/log/php-worker.err.log
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/stderr
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
stopwaitsecs=3600
|
stopwaitsecs=3600
|
||||||
|
|
||||||
[program:scheduler]
|
[program:scheduler]
|
||||||
|
|||||||
Reference in New Issue
Block a user