diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 23:01:11 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-27 23:01:11 +0100 |
commit | 31ce10b31198128de4983667820319a193adb976 (patch) | |
tree | 99ff7bc13815f25c13a8d994b7dc28d302e72225 /blabouncer.conf.example | |
parent | 4b2cd5c4c349ea3e5683a6b2beb42c518d3ccef3 (diff) |
Make debug output optional and disabled by default.
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r-- | blabouncer.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
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" |