fdk-python
fdk-python copied to clipboard
fix: stop clobbering root logger
Proposed fix for #114 by:
- Setting the root logger to debug only when fdk itself is running in debug mode.
- Move the
StreamHandlerto the fdk logger to play nice with apps using fdk and the root logger.