We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077c3cf commit 6b0a495Copy full SHA for 6b0a495
1 file changed
plain2code.py
@@ -135,8 +135,6 @@ def setup_logging(
135
136
# The IndentedFormatter provides better multiline log readability.
137
# We add the TuiLoggingHandler to the root logger.
138
- # CRITICAL: We must remove existing handlers (like StreamHandler) to prevent double-logging
139
- # that spills into the TUI dashboard.
140
root_logger = logging.getLogger(LOGGER_NAME)
141
configured_log_level = root_logger.level
142
root_logger.setLevel(logging.DEBUG) # Capture all logs; handlers will filter levels as needed
0 commit comments