A guide to logging in Python
Logging is a critical way to understand what's going on inside an application.
There is little worse as a developer than trying to figure out why an application is not working if you don't know what is going on inside it. Sometimes you can't