Python Logging – Best Practices
The python logging module offers a wide variety of logging options and handlers. One thing missing from the documentation is when to use each level. A quick foreword You really should familiarize yourself with the logging package. How to create new loggers (I find creating them by module very useful). …