diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-05-30 21:23:44 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-05-30 21:23:44 +0100 |
commit | 6d183c02a50a42743c3031532f458ab5cea0685d (patch) | |
tree | d1463e8f53df26ec5f8c3c13a77880d11d3bc57f /blabouncer.conf.example | |
parent | ef93f4d61f03faa0edd60f11c7790ad3b67b44d4 (diff) |
Convert debugprint() from being to file/screen/disabled to always being to file with configurable verbosity.
Diffstat (limited to 'blabouncer.conf.example')
-rw-r--r-- | blabouncer.conf.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/blabouncer.conf.example b/blabouncer.conf.example index 6fd5c7a..dd98c72 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -66,6 +66,6 @@ logging = "1" # 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) -# (The debug file can be found in <basedir>/debug.txt) -debug = "1" +# Debug verbosity ("0" for critical only, "1" for some extra info, "2" for full debug mode) +# (All output goes to <basedir>/debug.txt) +debug = "2" |