On Wed, 2009-03-18 at 17:08 -0700, Theme Park Photo, LLC wrote:
> Is there an existing Django application that will log normal requests?
> There doesn't seem to be any mention of what seems like a large
> omission in the django documentation...
> 
> Django requests don't show up in the usual access log.

Yes they do. The requests pass through the web server in order to get to
Django, so the webserver logs them just as it does for any other
request.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to