Articles tagged with logging:

Django request logging with rsyslog

27 March 2008 django, logging

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

read full entry...

Django request logging

5 March 2008 django, 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.

read full entry...