mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 06:12:54 +00:00
Fixing up supervisor log configuration
This commit is contained in:
@@ -11,6 +11,8 @@ data:
|
|||||||
[supervisord]
|
[supervisord]
|
||||||
nodaemon = True
|
nodaemon = True
|
||||||
umask = 022
|
umask = 022
|
||||||
|
logfile = /dev/stdout
|
||||||
|
logfile_maxbytes = 0
|
||||||
|
|
||||||
[program:nginx]
|
[program:nginx]
|
||||||
command = nginx -g "daemon off;"
|
command = nginx -g "daemon off;"
|
||||||
@@ -96,6 +98,8 @@ data:
|
|||||||
[supervisord]
|
[supervisord]
|
||||||
nodaemon = True
|
nodaemon = True
|
||||||
umask = 022
|
umask = 022
|
||||||
|
logfile = /dev/stdout
|
||||||
|
logfile_maxbytes = 0
|
||||||
|
|
||||||
[program:dispatcher]
|
[program:dispatcher]
|
||||||
command = awx-manage run_dispatcher
|
command = awx-manage run_dispatcher
|
||||||
|
|||||||
Reference in New Issue
Block a user