diff --git a/scope/supervisord.conf b/scope/supervisord.conf index 72a6d6cdf9..9f4746d2ac 100644 --- a/scope/supervisord.conf +++ b/scope/supervisord.conf @@ -3,7 +3,14 @@ nodaemon=true [program:app] command=/home/weave/app +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0 [program:probe] command=/home/weave/probe - +stdout_logfile=/dev/stdout +stdout_logfile_maxbytes=0 +stderr_logfile=/dev/stderr +stderr_logfile_maxbytes=0