Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.0
-
None
Description
After importing atlas-client Python library, I got all my loggers disabled.
This is caused by this code block:
Unlike applications, libraries should not setup logging by themselves. It should be done explicitly by code which uses this client. Or there should be a function to set up desired logging, which also should be explicitly called by application or user.
I've created a pull request to fix this issue:
https://github.com/apache/atlas/pull/157