Skip to content
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

fix: Log levels #333

Merged
merged 2 commits into from
Nov 19, 2024
Merged

fix: Log levels #333

merged 2 commits into from
Nov 19, 2024

Conversation

elementbound
Copy link
Contributor

Recently the default log level setting was changed from All to Debug. Since the project used these default values, they were not written to disk.

However, when these values were retrieved with ProjectSettings.get_setting, the default was specified as All. So the project settings contained the ( default ) value of Debug, which was not saved ( since it had the default value ), and then read as All.

Fixes #330

@elementbound elementbound merged commit d37b47d into main Nov 19, 2024
@elementbound elementbound deleted the fix/log-levels branch November 19, 2024 22:11
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.

Logger levels not working
1 participant