Closed hom3r closed 1 month 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.
This issue should be resolved now. Closing
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.