Re: traceback - no local variables

2009-03-12 Thread Alex Gaynor
On Thu, Mar 12, 2009 at 11:01 AM, George Lund wrote: > > > That certainly looks more useful than the default Django behaviour - > thanks very much. > > (I haven't tried it yet - but I assume I need to disable the standard > Django email if I use this, by removing the list of

Re: traceback - no local variables

2009-03-12 Thread George Lund
That certainly looks more useful than the default Django behaviour - thanks very much. (I haven't tried it yet - but I assume I need to disable the standard Django email if I use this, by removing the list of ADMINs. I wonder if that will have any other consequences?) On Mar 12, 7:13 am,

Re: traceback - no local variables

2009-03-12 Thread Thomas Guettler
Hi, I attached a HandleExceptionMiddleware I use. You need to modify it to your needs. It attaches the html page of cgitb and the django debug page to the email. Thomas George Lund schrieb: > We have a live server crash issues for which we are receiving emails > from Django from our server,

traceback - no local variables

2009-03-10 Thread George Lund
We have a live server crash issues for which we are receiving emails from Django from our server, which is great. But I'm having trouble debugging the problem because the local variables don't seem to be included in the email. All I can see is call stack followed by a object - but nothing