I have upgraded to 2.6 on redhat and now I cant seem to get tracebacks to display. I managed to get the EVENT_LOG_FILE working. but it makes no difference if I use the -D frag on the z2.py file or not. In both cases I no longer see any tracebacks of errors. Any hints appreciated. Thanks Tom
tracebacks are stored by default in Zope 2.6 in the /error_log object inside Zope. -aj --On Mittwoch, 4. Dezember 2002 11:14 +1000 Tom Cameron <tom@mooball.com> wrote:
I have upgraded to 2.6 on redhat and now I cant seem to get tracebacks to display.
I managed to get the EVENT_LOG_FILE working. but it makes no difference if I use the -D frag on the z2.py file or not. In both cases I no longer see any tracebacks of errors.
Any hints appreciated.
Thanks Tom
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------------------------------- - Andreas Jung http://www.andreas-jung.com - - EMail: andreas at andreas-jung.com - - "Life is too short to (re)write parsers" - ---------------------------------------------------------------------
Tom Cameron writes:
I have upgraded to 2.6 on redhat and now I cant seem to get tracebacks to display.
I managed to get the EVENT_LOG_FILE working. but it makes no difference if I use the -D frag on the z2.py file or not. In both cases I no longer see any tracebacks of errors. Customized "standard_error_message" and add a display for "error_tb".
Dieter
participants (3)
-
Andreas Jung -
Dieter Maurer -
Tom Cameron