mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-18 05:51:47 -05:00
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:
@@ -28,6 +28,7 @@ def reconfigure_rsyslog():
|
||||
|
||||
parts = []
|
||||
parts.extend([
|
||||
'$IncludeConfig /etc/rsyslog.conf',
|
||||
'$ModLoad imudp',
|
||||
'$UDPServerRun 51414',
|
||||
'template(name="awx" type="string" string="%msg%")',
|
||||
|
||||
Reference in New Issue
Block a user