summaryrefslogtreecommitdiff
path: root/blabouncer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'blabouncer.conf')
-rw-r--r--blabouncer.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/blabouncer.conf b/blabouncer.conf
index cf9591b..b834c8e 100644
--- a/blabouncer.conf
+++ b/blabouncer.conf
@@ -41,3 +41,11 @@ keyfile = "key.pem"
# Base directory (defaults to $HOME/.blabouncer/)
# Things such as the logs directory will be placed below this
#basedir = "/home/foo/.blabouncer/"
+
+# Enable logging ("1" for yes or "0" for no)
+# Logs go to basedir/logs/ with one file per channel/nick
+logging = "1"
+
+# Enable replay logging ("1" for yes or "0" for no)
+# Replay log goes to basedir/replay.log
+replaylogging = "1"