diff --git a/docker/supervisord-lvalert-overseer.conf b/docker/supervisord-lvalert-overseer.conf index 6350d7b7d14c5cfe0551928b2da6c084653fcec9..9074247aa172097220e4e1c4f77fb3572727f3c8 100644 --- a/docker/supervisord-lvalert-overseer.conf +++ b/docker/supervisord-lvalert-overseer.conf @@ -1,7 +1,7 @@ [program:overseer] command=lvalert_overseer -a %(ENV_LVALERT_USER)s -b %(ENV_LVALERT_PASSWORD)s -s %(ENV_LVALERT_SERVER)s -p %(ENV_LVALERT_OVERSEER_PORT)s - -l /dev/stdout -e /dev/stderr + -l /tmp/overseer_stdout.log -e /tmp/overseer_stderr.log user=gracedb group=www-data stdout_logfile=/dev/stdout