Log level now set to 0 by default so there's no longer a ton of log files created that aren't normally needed.

This commit is contained in:
Storm Dragon
2026-01-05 08:32:07 -05:00
parent 508fd11610
commit a26fe26c8c
2 changed files with 4 additions and 3 deletions

View File

@@ -153,9 +153,10 @@ interrupt_on_key_press_filter=
double_tap_timeout=0.2
[general]
# Debug levels: 0=DEACTIVE, 1=ERROR, 2=WARNING, 3=INFO (most verbose)
# Debug levels: 0=NONE, 1=ERROR, 2=WARNING, 3=INFO (most verbose)
# For production use, WARNING (2) provides good balance of useful info without spam
debug_level=2
# The default is 0, no logging.
debug_level=0
# debugMode sets where the debug output should send to:
# debugMode=File writes to debug_file (Default:/tmp/fenrir-PID.log)
# debugMode=Print just prints on the screen