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
The code configures the root logger by running logging.basicConfig.
This should not happen since it configures the root logger for anyone that imports this library.
The library should only emit logs using logging and rely on the user/importer to configure the root logger as he likes.
Therefore the use of logging.basicConfig should be removed.
noamsonino, aqrc, yonaszmerla, arielszmerla and Xsnipe2Z