Tracebacks in Zope 2.6.0?
How do I get the source code tracebacks in 2.6.0. You know, those who used to come under the error mesage when you had a -D. They are not there anymore (no, not even when I do view source) and I can't find any info about it in CHANGE.txt. Best Regards Lennart Regebro Torped Strategi och Kommunikation AB
they are stored in Shanes famous error_log object /error_log inside the ZMI. -aj --On Donnerstag, 31. Oktober 2002 13:33 +0100 Lennart Regebro <lennart@torped.se> wrote:
How do I get the source code tracebacks in 2.6.0. You know, those who used to come under the error mesage when you had a -D. They are not there anymore (no, not even when I do view source) and I can't find any info about it in CHANGE.txt.
Best Regards
Lennart Regebro Torped Strategi och Kommunikation AB
_______________________________________________ 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" - ---------------------------------------------------------------------
Andreas Jung wrote:
they are stored in Shanes famous error_log object /error_log inside the ZMI.
...or you can get them back by putting: <dtml-var error_tb> ..or.. <tal:x replace="error_tb"> ...in your standard_error_message. cheers, Chris
And I find it useful to select "Copy exceptions to the event log" and then you you can tail the event log. -- Andy McKay www.agmweb.ca
participants (5)
-
Andreas Jung -
Andy McKay -
Chris Withers -
Lennart Regebro -
Lennart Regebro