4 Aug
2004
4 Aug
'04
11:24 p.m.
David> Hi John, Have you tried
David> try:
David> whatever
David> except: <dtml-var error_tab>
David> That should give a full traceback.
I'm not using dtml in many places - rather the python API. Often times I call a method which calls other methods, etc. What I would really like is to set a debug mode so that zope always reports the full traceback, or at least a log where I can get this.
Is there no hook or mode I can set to enable this?
standard_error_message? there you should be able to do whatever you want with error message, log or print it on screen. Vahur