From bba4d917d3f4a4474cedf9cce8c11f2bb2873620 Mon Sep 17 00:00:00 2001 From: Tamas Gal <tgal@km3net.de> Date: Sat, 7 Sep 2019 16:52:56 +0200 Subject: [PATCH] Fix typo --- supervisord_template.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord_template.conf b/supervisord_template.conf index d02ac2b..897c2c4 100644 --- a/supervisord_template.conf +++ b/supervisord_template.conf @@ -146,7 +146,7 @@ stderr_logfile=logs/%(program_name)s.err.log ;stderr_logfile=logs/%(program_name)s.err.log [program:msg_dumper] -command=python -u scripts/msg_dumper.py -l %(ENV_LOG_LIGIER_IP) -p %(ENV_LOG_LIGIER_PORT)s -f logs/MSG.log +command=python -u scripts/msg_dumper.py -l %(ENV_LOG_LIGIER_IP)s -p %(ENV_LOG_LIGIER_PORT)s -f logs/MSG.log priority=200 stdout_logfile=logs/%(program_name)s.out.log stderr_logfile=logs/%(program_name)s.err.log -- GitLab