summaryrefslogtreecommitdiff
path: root/blabouncer.conf
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-05-16 21:50:35 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-05-16 21:50:35 +0100
commitcfe9c969680a7a09ee60cf048f71b81d82bef1df (patch)
treeb035bf87184f3168722acf97e0a043bf2d00f2f6 /blabouncer.conf
parent61a369b85e51e0d54e1651e4ff8c11fe4815a0c0 (diff)
Make logging and replay logging optional.
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"