Closed yeti9990 closed 8 months ago
The init_console_logger() is broken.
init_console_logger()
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'
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'