[Zope] How to get nice traceback like from old versions?

Jens Vagelpohl jens at dataflake.org
Tue Feb 5 06:33:39 EST 2008


On Feb 5, 2008, at 11:53 , Andreas Jung wrote:

>
>
> --On 5. Februar 2008 11:35:09 +0100 Jaroslav Lukesh  
> <lukesh at seznam.cz> wrote:
>
>> Hi all,
>>
>> with Zope version 2.5.1 I was get nice error messages from source of
>> page. With 2.9.4 I was get error messages in file log/events.log  
>> which is
>> better for security reasons, but these messages are not as exact as  
>> from
>> old zope which give me point to failure like that:
>
> Why would Zope 2.9 won't give you the same traceback? or a similar  
> one?

Use the error_log object in the ZODB. It contains the tracebacks for  
all those exception types that are not in the (configurable) exclusion  
list.

jens





More information about the Zope mailing list