Re: Verbose Error Logging

2009-03-16 Thread Malcolm Tredinnick
On Mon, 2009-03-16 at 07:27 -0700, PB wrote: > Hi, > > Is there any way to force tracebacks that are normally swallowed by > the templating engine to be logged to the server's error logs? > It's not possible to tell which errors are intended to be caught and which aren't. Many AttributeError an

Verbose Error Logging

2009-03-16 Thread PB
Hi, Is there any way to force tracebacks that are normally swallowed by the templating engine to be logged to the server's error logs? Much of the time the superb error handling in the template engine means that little bugs can often fly under the radar. Additionally, when a site is deployed, er