Django request logging with rsyslog
In my original post about logging Django requests, I had only tried my code with syslog-ng. It works fine with rsyslog too.
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.