I've recently encountered a problem caused by the usage of logging.basicConfig() in this library. Normally, this call should be made at the entry point to the application, but it was randomly called halfway during my application's initialization, by this library. It should be removed.