Is your feature request related to a problem? Please describe.
Use of a global logger by the library is unacceptable. Library logs interfere with application output. And this cannot be avoided.
Describe the solution you'd like
Use a custom logger inside the library via logging.getLogger('aiowmi') with the default "NullHandler" handler.
Is your feature request related to a problem? Please describe. Use of a global logger by the library is unacceptable. Library logs interfere with application output. And this cannot be avoided.
Describe the solution you'd like Use a custom logger inside the library via logging.getLogger('aiowmi') with the default "NullHandler" handler.