Articles tagged with logging:

In my original post about logging Django requests, I had only tried my code with syslog-ng. It works fine with rsyslog too.

john — django, logging

5
March
2008
Django request logging

I'm a big believer in the utility of web application logging. Over the years I've almost always found it more useful than debuggers in diagnosing problems. The difficulty is achieving good logging. Here's a solution for Django projects that I'm pretty happy with.

john — django, logging