对于Supervisord中的程序配置块,redirect_stderr为true是否需要设置stderr_logfile?
stderror_logfile=/path/to/logfile/stderr.log
stdout_logfile=/path/to/logfile/stdout.log
redirect_stderr=true
Run Code Online (Sandbox Code Playgroud)
由于redirect_stderr 为真,这应该意味着stderr.log 将为空,并且stderr 和stdout 流的组合将显示在sdtout.log 中。我的理解正确吗?
supervisord ×1