On Wed, Dec 5, 2012 at 6:44 AM, Gontran Magnat <[email protected]> wrote: > So you mean there is no way to get this kind of log with fastcgi mode: >
There is always a way, it just doesn't do it by default. If you require this output even in fastcgi mode than you can create a trivial middleware to print this output to whatever log you want. Normally, people use the logging facilities of whatever is hosting the fastcgi app to create a request log, eg Apache or nginx. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

