Skip to content

Commit

Permalink
channel logs don't need to be webserver accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Mar 17, 2014
1 parent cd9e512 commit c0b8bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chanlogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c0b8bbf

Please sign in to comment.