Skip to content

fix: Log levels#333

Merged
elementbound merged 2 commits intomainfrom
fix/log-levels
Nov 19, 2024
Merged

fix: Log levels#333
elementbound merged 2 commits intomainfrom
fix/log-levels

Conversation

@elementbound
Copy link
Copy Markdown
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