From 25dbc68fea328e6d14126822f197ac22e9eda810 Mon Sep 17 00:00:00 2001 From: David Roe Date: Fri, 21 Aug 2015 00:53:11 -0700 Subject: [PATCH] deployed => production (imported from commit 2d7b0a7a73b0c84b32634a88af1e0d666139d4ff) --- integrations/asana/zulip_asana_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/asana/zulip_asana_config.py b/integrations/asana/zulip_asana_config.py index 56be836..7219bf8 100644 --- a/integrations/asana/zulip_asana_config.py +++ b/integrations/asana/zulip_asana_config.py @@ -38,7 +38,7 @@ ZULIP_STREAM_NAME = "asana" ### OPTIONAL CONFIGURATION ### # Set to None for logging to stdout when testing, and to a file for -# logging when deployed. +# logging in production. #LOG_FILE = "/var/tmp/zulip_asana.log" LOG_FILE = None