Infoblox-PS / ibx-sdk

Basic Tools and Functions used by other Integrations.
Apache License 2.0
4 stars 0 forks source link

Console logger init method is broken #82

Closed yeti9990 closed 6 months ago

yeti9990 commented 6 months ago

The init_console_logger() is broken.

Traceback (most recent call last): File "/Users/ppiper/tmp/test_env/./test.py", line 6, in log.info('help') AttributeError: 'NoneType' object has no attribute 'info'