diff --git a/supervisord.conf b/supervisord.conf index 163227b..2c07820 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -10,7 +10,7 @@ command=/usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg autostart=true autorestart=true stderr_logfile=/var/log/haproxy/haproxy.err.log -stdout_logfile=/var/log/haproxy/haproxy.log +stdout_logfile=/var/log/haproxy.log priority=100 stopasgroup=true killasgroup=true