MicroStrategy / mstrio-py

Python integration for MicroStrategy
Apache License 2.0
89 stars 57 forks source link

Usage of mstrio changes logger config #145

Open hom3r opened 1 year ago

hom3r commented 1 year ago

When importing anything from the mstrio package, it completely changes my root logger config. This is not a desirable behaviour, no library should change the root logger config. Instead, it should create its own instance of a logger and use that one.

I created PR #144 to fix this. However, I'm not sure if this does the trick or if something else must be done in order to keep the root logger intact.

urszulajaczewska commented 1 year ago

Hi @hom3r, thank you for your feedback. We'll discuss our approach regarding this issue and post an update here when it's available. For now we'll close your PR due to our official release process and ongoing discussion.