Skip to content

Commit

Permalink
Changed HAPROXY process log destination
Browse files Browse the repository at this point in the history
  • Loading branch information
acaranta committed Jul 14, 2020
1 parent 310e311 commit b16ce81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions supervisord.conf.tpl
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit b16ce81

Please sign in to comment.