You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments