You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
When I executed the code above, I've used it as root_logger. And stopped using setup_logger. I used logger.get_logger('name') instead. Then, finally I got it work as I supposed to do.
Suggestion
I think it's not bad idea to describe how to use logzero as rootlogger in README or make a method to do this. I just would like to leave it in case someone else try to do the same thing.