-
Notifications
You must be signed in to change notification settings - Fork 854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack handler config logic problem #1147
Comments
I'm not seeing this. |
I think it was fixed by PR #1166 |
I know this is old but I still see this popping up a few times a second in the stack handler echo. |
Yeah, me too. I'm working in this area in my own fork. I'll track it down eventually! |
Yay! My SSD thanks you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's some kind of config logic error somewhere in the stack handler. This shows up while testing the new logging system, doesn't show under current system. Every second or so a message like this appears in the logs:
2023-04-19 10:55:18 DEBUG config {'type': 'config', 'stage': 'config'} Adding config defaults
Looks like maybe some loop is reading a config value on every iteration, instead of once at the beginning. Maybe suppressed in current system by
_check_msg_logged_recently_or_update_hash()
The text was updated successfully, but these errors were encountered: