log: remove eol trace_on_debug

This commit is contained in:
Peter Bieringer
2026-04-08 21:45:06 +02:00
parent 5dda0af7c7
commit baf8aedce3
2 changed files with 0 additions and 2 deletions

View File

@@ -172,7 +172,6 @@ def run() -> None:
# Configure logging
log.set_level(cast(str, configuration.get("logging", "level")),
configuration.get("logging", "backtrace_on_debug"),
configuration.get("logging", "trace_on_debug"),
configuration.get("logging", "trace_filter"))
# Log configuration after logger is configured