mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
Docker: Log more things to stdout
This commit is contained in:
@@ -2,9 +2,8 @@
|
|||||||
file=/tmp/supervisor.sock
|
file=/tmp/supervisor.sock
|
||||||
|
|
||||||
[supervisord]
|
[supervisord]
|
||||||
logfile=/tmp/supervisord.log
|
logfile=/dev/stdout
|
||||||
logfile_maxbytes=50MB
|
logfile_maxbytes=0
|
||||||
logfile_backups=10
|
|
||||||
loglevel=info
|
loglevel=info
|
||||||
pidfile=/tmp/supervisord.pid
|
pidfile=/tmp/supervisord.pid
|
||||||
nodaemon=false
|
nodaemon=false
|
||||||
|
|||||||
@@ -3,5 +3,7 @@ command=/usr/sbin/nginx
|
|||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
priority=10
|
priority=10
|
||||||
stdout_events_enabled=true
|
stdout_logfile=/dev/fd/1
|
||||||
stderr_events_enabled=true
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/fd/2
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
|
|||||||
@@ -4,3 +4,7 @@ autostart=true
|
|||||||
autorestart=true
|
autorestart=true
|
||||||
priority=5
|
priority=5
|
||||||
user=pretixuser
|
user=pretixuser
|
||||||
|
stdout_logfile=/dev/fd/1
|
||||||
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/fd/2
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
|
|||||||
@@ -5,3 +5,7 @@ autorestart=true
|
|||||||
priority=5
|
priority=5
|
||||||
user=pretixuser
|
user=pretixuser
|
||||||
environment=HOME=/pretix
|
environment=HOME=/pretix
|
||||||
|
stdout_logfile=/dev/fd/1
|
||||||
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/fd/2
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
|
|||||||
Reference in New Issue
Block a user