Fixing up supervisor log configuration

This commit is contained in:
Matthew Jones
2020-07-10 11:32:52 -04:00
parent ff9a153f87
commit 8e683ab950

View File

@@ -11,6 +11,8 @@ data:
[supervisord]
nodaemon = True
umask = 022
logfile = /dev/stdout
logfile_maxbytes = 0
[program:nginx]
command = nginx -g "daemon off;"
@@ -96,6 +98,8 @@ data:
[supervisord]
nodaemon = True
umask = 022
logfile = /dev/stdout
logfile_maxbytes = 0
[program:dispatcher]
command = awx-manage run_dispatcher