Closed wbolster closed 9 years ago
Repository health decreased by 0.22% when pulling 88a7f69 on wbolster:make-logging-behave-properly into 64ea3bd on ssato:master.
Thanks a lot for the fix. You're right. Merged as it is.
Great @ssato. Any chance you could publish a new release with this fix? Thanks!
I've just released the new version that fix was included. Please let me know if you any issues w/ it. And, again, thanks for the fix!
Awesome, thanks @ssato.
This PR removes all custom logging magic, and changes the behaviour to the standard way of logging for Python libraries.
In short, instead of magic global loggers and setting global configuration (so that applications experience problems), all logging calls are simply emitted on module-level loggers. It's up to the application to route these messages somewhere useful by configuring handlers and setting levels.
Fixes #11.