All the logs are using the root logger.
Given this is a third party package, root logger should be avoided as it will interfere with the configurations of the main app running it.
An article about it: https://bubtaylor.com/stop-using-the-root-logger-in-python-1183bd89f4dd
All the logs are using the root logger.
Given this is a third party package, root logger should be avoided as it will interfere with the configurations of the main app running it.
An article about it: https://bubtaylor.com/stop-using-the-root-logger-in-python-1183bd89f4dd