From 8351600798549934c7135e5741f6fae3daf4a121 Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Mon, 25 Feb 2019 15:04:35 -0600 Subject: [PATCH] Send overseer logging to stdout --- docker/supervisord-lvalert-overseer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/supervisord-lvalert-overseer.conf b/docker/supervisord-lvalert-overseer.conf index e3cf75740..fd5a3ae2b 100644 --- a/docker/supervisord-lvalert-overseer.conf +++ b/docker/supervisord-lvalert-overseer.conf @@ -2,7 +2,7 @@ command=lvalert_overseer -a %(ENV_LVALERT_USER)s -b %(ENV_LVALERT_PASSWORD)s -s %(ENV_LVALERT_SERVER)s -p %(ENV_LVALERT_OVERSEER_PORT)s -r %(ENV_LVALERT_OVERSEER_RESOURCE)s - -l /tmp/overseer_stdout.log -e /tmp/overseer_stderr.log + -l - -e - user=gracedb group=www-data stdout_logfile=/dev/stdout -- GitLab