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
Describe the bug init.py file contains root logging setting, which sets it to NOSET, which causes issues with other libraries where logging level is not set but logger is used
To Reproduce
Steps to reproduce the behavior:
Use in combination in project with library like spotipy
The resulting error is:
Unexpected logs and no control over logging overall
Expected behavior
Library should not change the logging level of the logging root
The text was updated successfully, but these errors were encountered:
Describe the bug
init.py file contains root logging setting, which sets it to NOSET, which causes issues with other libraries where logging level is not set but logger is used
To Reproduce
Steps to reproduce the behavior:
Use in combination in project with library like spotipy
The resulting error is:
Unexpected logs and no control over logging overall
Expected behavior
Library should not change the logging level of the logging root
The text was updated successfully, but these errors were encountered: