Fix Logging settings "Test" button functionality

This commit is contained in:
Christian Adams
2020-03-11 14:37:22 -04:00
parent 996d7ce054
commit d31c528257
6 changed files with 46 additions and 7 deletions

View File

@@ -72,7 +72,11 @@ stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
[program:awx-rsyslogd]
<<<<<<< HEAD
command = rsyslogd -n -i /var/run/rsyslog/rsyslog.pid -f /var/lib/awx/rsyslog/rsyslog.conf
=======
command = rsyslogd -n -i /var/run/tower/sockets/rsyslog.pid -f /var/lib/awx/rsyslog/rsyslog.conf
>>>>>>> 3a8bd7c40... Fix Logging settings "Test" button functionality
autostart = true
autorestart = true
stopwaitsecs = 1