From 6d183c02a50a42743c3031532f458ab5cea0685d Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Thu, 30 May 2019 21:23:44 +0100 Subject: Convert debugprint() from being to file/screen/disabled to always being to file with configurable verbosity. --- blabouncer.conf.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blabouncer.conf.example') 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 /debug.txt) -debug = "1" +# Debug verbosity ("0" for critical only, "1" for some extra info, "2" for full debug mode) +# (All output goes to /debug.txt) +debug = "2" -- cgit v1.2.3