Am on django 1.3., python 2.6
In the django docs here
https://docs.djangoproject.com/en/1.3/topics/logging/#django-request
it says that messages have the followi
The django-requestlogging middleware plugin makes it easy to log request-related information without adjusting all your logging calls to add the request
with the extra
parameter. It's then just a matter of configuring your loggers.
The following items can be logged when using django-requestlogging: