From adc20eb3fe581201a9116a6cebe4ae68c625c7a2 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 27 Aug 2013 11:05:20 -0400 Subject: [PATCH] zephyr_mirror: Stop logging to the old resend log. We were intending to just be directing the logger logs, not logging every message for potentially resending. (imported from commit 9dd53e3968880745a8c01244db5d2c2247dfe85c) --- bots/zmirror_private.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/zmirror_private.conf.template b/bots/zmirror_private.conf.template index a40084c..f185e2a 100644 --- a/bots/zmirror_private.conf.template +++ b/bots/zmirror_private.conf.template @@ -1,5 +1,5 @@ [program:zmirror-USERNAME] -command=python /home/humbug/humbug/bots/zephyr_mirror_backend.py --root-path=/home/humbug/humbug/bots --user=USERNAME --enable-log=/home/humbug/logs/mirror-log-%(program_name)s --use-sessions --session-path=/home/humbug/zephyr_sessions/%(program_name)s --api-key-file=/home/humbug/api-keys/%(program_name)s --ignore-expired-tickets --nagios-path=/home/humbug/mirror_status/%(program_name)s --nagios-class=zulip-mirror-nagios +command=python /home/humbug/humbug/bots/zephyr_mirror_backend.py --root-path=/home/humbug/humbug/bots --user=USERNAME --use-sessions --session-path=/home/humbug/zephyr_sessions/%(program_name)s --api-key-file=/home/humbug/api-keys/%(program_name)s --ignore-expired-tickets --nagios-path=/home/humbug/mirror_status/%(program_name)s --nagios-class=zulip-mirror-nagios priority=200 ; the relative start priority (default 999) autostart=true ; start at supervisord start (default: true) autorestart=true ; whether/when to restart (default: unexpected)