add rsyslogd block to the k8s supervisord config file

This commit is contained in:
Ryan Petrello 2020-04-13 20:25:53 -04:00
parent 9440785bdd
commit 69cf915a20
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -53,8 +53,20 @@ data:
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:awx-rsyslogd]
command = rsyslogd -n -i /var/run/rsyslog/rsyslog.pid -f /var/lib/awx/rsyslog/rsyslog.conf
autostart = true
autorestart = true
stopwaitsecs = 1
stopsignal=KILL
stopasgroup=true
killasgroup=true
redirect_stderr=true
stdout_logfile=/dev/stderr
stdout_logfile_maxbytes=0
[group:tower-processes]
programs=nginx,uwsgi,daphne,wsbroadcast
programs=nginx,uwsgi,daphne,wsbroadcast,awx-rsyslogd
priority=5
# TODO: Exit Handler