From c0b8bbfc0ef05539100e33c69b7b6a1a5875349a Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Sun, 9 Mar 2014 10:12:16 -0400 Subject: [PATCH] channel logs don't need to be webserver accessible --- chanlogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chanlogs.py b/chanlogs.py index eb38819d00..f1d652e611 100644 --- a/chanlogs.py +++ b/chanlogs.py @@ -24,7 +24,7 @@ def configure(config): config.add_section("chanlogs") config.interactive_add( "chanlogs", "dir", - "Path to channel log storage directory (should be an absolute path, accessible on a webserver)", + "Absolute path to channel log storage directory", default="/home/willie/chanlogs" ) config.add_option("chanlogs", "by_day", "Split log files by day", default=True)