feat: Stream salt-master output to stdout/stderr
This commit is contained in:
committed by
Carlos D. Álvaro
parent
9fbebb7558
commit
87a6a2bc87
@@ -82,8 +82,10 @@ user=${SALT_USER}
|
|||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
stopsignal=QUIT
|
stopsignal=QUIT
|
||||||
stdout_logfile=${SALT_LOGS_DIR}/supervisor/%(program_name)s.log
|
stdout_logfile=/dev/stdout
|
||||||
stderr_logfile=${SALT_LOGS_DIR}/supervisor/%(program_name)s.log
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/stderr
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# configure supervisord to start crond
|
# configure supervisord to start crond
|
||||||
|
|||||||
Reference in New Issue
Block a user