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
|
||||
autorestart=true
|
||||
stopsignal=QUIT
|
||||
stdout_logfile=${SALT_LOGS_DIR}/supervisor/%(program_name)s.log
|
||||
stderr_logfile=${SALT_LOGS_DIR}/supervisor/%(program_name)s.log
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
EOF
|
||||
|
||||
# configure supervisord to start crond
|
||||
|
||||
Reference in New Issue
Block a user