From cfe9c969680a7a09ee60cf048f71b81d82bef1df Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 16 May 2019 21:50:35 +0100 Subject: Make logging and replay logging optional. --- blabouncer.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'blabouncer.conf') 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" -- cgit v1.2.3