mirror of
https://github.com/ansible/awx.git
synced 2026-01-31 17:18:59 -03:30
Add rsyslog to supervisor for the task container
- Add proper paths for rsyslog's supervisor logs - Do not enable debug mode for rsyslogd - Include system rsyslog.conf, and specify tower logging conf when starting rsyslog.
This commit is contained in:
@@ -72,7 +72,7 @@ stdout_logfile=/dev/fd/1
|
||||
stdout_logfile_maxbytes=0
|
||||
|
||||
[program:awx-rsyslogd]
|
||||
command = rsyslogd -nd -i /awx_devel/rsyslog.pid
|
||||
command = rsyslogd -n -i /awx_devel/rsyslog.pid
|
||||
autostart = true
|
||||
autorestart = true
|
||||
stopwaitsecs = 1
|
||||
@@ -80,7 +80,7 @@ stopsignal=KILL
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/tmp/ryan
|
||||
stdout_logfile=/dev/fd/1
|
||||
stdout_logfile_maxbytes=0
|
||||
|
||||
[group:tower-processes]
|
||||
|
||||
Reference in New Issue
Block a user