Django logging on Heroku
Logging on Heroku from Django can be tricky at first, but it’s actually not that horrible to get set up. This following logging definition (goes into your settings file) defined two formatters. The verbose one matches the logging format Heroku itself uses. It also defines two handlers, a null handler (shouldn’t need to be used) … Read more