From b16ce81136e6262f3323f67ecbbb62cffa21a197 Mon Sep 17 00:00:00 2001 From: acaranta Date: Tue, 14 Jul 2020 14:31:35 +0200 Subject: [PATCH] Changed HAPROXY process log destination --- supervisord.conf.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/supervisord.conf.tpl b/supervisord.conf.tpl index 3cf6d9a..89e9bdc 100644 --- a/supervisord.conf.tpl +++ b/supervisord.conf.tpl @@ -1,6 +1,6 @@ [supervisord] nodaemon=true -logfile = {{ LOGSPATH }}/{{DOCKERID}}/supervisor/supervisor.txt +logfile = {{ LOGSPATH }}/{{DOCKERID}}/supervisor/supervisor.log pidfile = /var/run/supervisord.pid loglevel = warn @@ -10,8 +10,8 @@ events = PROCESS_LOG [program:inotifreload] command=/app/inotifreload.sh -#stdout_logfile = {{ LOGSPATH }}/{{DOCKERID}}/supervisor/supervisor.txt -#stderr_logfile = {{ LOGSPATH }}/{{DOCKERID}}/supervisor/supervisor.txt +stdout_logfile = {{ LOGSPATH }}/{{DOCKERID}}/supervisor/inotifyreload.log +stderr_logfile = {{ LOGSPATH }}/{{DOCKERID}}/supervisor/inotifyreload.log stdout_syslog = true stderr_syslog = true autorestart = true