When using supervise-daemon, I'd like to pipe both stderr and stdout to the same process.
Specifying the same value for output_logger and error_logger will spawn two separate logger processes, at which point I need to log to two destinations. I want to log all of a service's output to a single destination.
When using
supervise-daemon, I'd like to pipe both stderr and stdout to the same process.Specifying the same value for
output_loggeranderror_loggerwill spawn two separate logger processes, at which point I need to log to two destinations. I want to log all of a service's output to a single destination.