Skip to content

fix: apply log level changes without restart#788

Open
chrisoro wants to merge 1 commit into
mainfrom
fix-768
Open

fix: apply log level changes without restart#788
chrisoro wants to merge 1 commit into
mainfrom
fix-768

Conversation

@chrisoro

Copy link
Copy Markdown
Contributor

fixes #768

Live log-level updates lived only in ScriptHandler, registered
after the backend's wait-for-D4 loop. With D4 not running the
listener never registered, so setting changes were dropped until
restart.

Move log-level handling to UnifiedMainWindow, which exists at
startup regardless of D4. Extract reload-group helpers into
src/config/reload_groups.py and a testable apply_log_level() in
logger.py.

Closes #768

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@chrisoro chrisoro requested a review from cjshrader June 17, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Changing log level to debug in settings does not automatically change the log level without a restart

1 participant