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:
Christian Adams
2020-01-28 10:42:09 -05:00
parent 4cd0d60711
commit f8afae308a
3 changed files with 16 additions and 3 deletions

View File

@@ -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]