feat(supervisord): Do not capture salt-api logs
This commit is contained in:
committed by
Carlos D. Álvaro
parent
87a6a2bc87
commit
377b36ce59
@@ -453,8 +453,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/null
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/null
|
||||
stderr_logfile_maxbytes=0
|
||||
EOF
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user