On 1/12/06, Simon Willison <[EMAIL PROTECTED]> wrote:

On 12 Jan 2006, at 06:59, James Bennett wrote:

> The Django docs say that template filters should always fail silently
> and never raise exceptions; they should instead return either the
> original input or an empty string, as appropriate. And when writing
> template tags, the tag's render() method should fail silently as well.

We really need an official Django logging framework so stuff like
this can be logged (rather than the current email-to-admins
workaround which doesn't scale to large deployments).

+1

I have been thinking about it myself too, tho logging can be done using logging module, or a special django application, used by other applications for explicit logging, but django.logging could provide an admin view showing apache like access log as well as other django specific logs.

--
Amit Upadhyay
Blog: http://www.rootshell.be/~upadhyay
+91-9867-359-701

Reply via email to