Added LOG_PATHING loglevel

This commit is contained in:
Mark Qvist
2026-07-18 15:07:06 +02:00
parent 3a36c367fe
commit b95c51b96e
5 changed files with 60 additions and 59 deletions
+3 -2
View File
@@ -265,7 +265,7 @@ instance_name = default
[logging]
# Valid log levels are 0 through 7:
# Valid log levels are 0 through 8:
# 0: Log only critical information
# 1: Log errors and lower log levels
# 2: Log warnings and lower log levels
@@ -273,7 +273,8 @@ instance_name = default
# 4: Log info and lower (this is the default)
# 5: Verbose logging
# 6: Debug logging
# 7: Extreme logging
# 7: Path logging
# 8: Extreme logging
loglevel = 4