The error_log isn't helping.  Apparently if your error is being caught
in a try block and uses an standard_error_page to show you the
exception and traceback it doesn't get logged in the error_log.

Is there anyway to maybe increase the traceback output from the
error_tb variable to traceback all the way to the DTML Method file?
I'll I get in traceback info is the traceback through the last few
*.py files, usually ending in the DTML_Try.py file since the page in
practically all enclosed in a try block.  Very rarely does that
traceback prove useful unless the exception occurred in a PythonScript
that was called.

On 2/23/07, Jonathan <[EMAIL PROTECTED]> wrote:

----- Original Message -----
From: "David VanKirk" <[EMAIL PROTECTED]>
To: "Jonathan" <[EMAIL PROTECTED]>
Cc: "Zope Mailing List" <zope@zope.org>
Sent: Friday, February 23, 2007 8:50 AM
Subject: Re: [Zope] Error Tracing in Zope 2.6


> The event_log isn't recording anything about the Zope error I'm
> getting on the page I have issues with.  Is there a setting that I'm
> missing maybe?

In the error_log (ZMI, root folder), there is a field called 'Ignored
exception types'.  Remove any entries in this field and 'save changes'.

Your dtml errors should now be captured in the error_log.


Jonathan




--
David VanKirk
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to