From 31ce10b31198128de4983667820319a193adb976 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 27 May 2019 23:01:11 +0100 Subject: Make debug output optional and disabled by default. --- blabouncer.conf.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'blabouncer.conf.example') diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 1395f97..8e0b263 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -6,7 +6,7 @@ # realname = "Mr Bla Bouncer" # # Shell expansion is not supported, so do not try and specify e.g. -# "~/.blabouncer/" or "%HOME/.blabouncer/", instead use "/home/foo/.blabouncer" +# "~/.blabouncer/" or "$HOME/.blabouncer/", instead use "/home/foo/.blabouncer" nick = "blabounce" nick2 = "bbounce2" @@ -62,3 +62,7 @@ logging = "1" # Enable replay logging ("1" for yes or "0" for no) # Replay log goes to basedir/replay.log replaylogging = "1" + +# Debug output control ("2" for print to screen, "1" for print to file, or "0" for disabled) +# (Note: print to file not yet implemented) +debug = "0" -- cgit v1.2.3