log worker to stdout/stderr

This commit is contained in:
Benjamin Brummer
2025-01-13 16:34:49 +00:00
parent cb4120fc54
commit c00d44380c

View File

@@ -34,8 +34,10 @@ killasgroup=true
user=www-data
numprocs=2
environment=HOME="/var/www"
stdout_logfile=/var/log/php-worker.log
stderr_logfile=/var/log/php-worker.err.log
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
stopwaitsecs=3600
[program:scheduler]