Describe the buginit.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
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