More verbose zope errors
Hi, Is there any way to meke Zope be more verbose when hitting errors? Something like: Error Type: TypeError Error Value: illegal argument type for built-in operation <rant> Sucks it ass off to find where it came from. What operation? what argument? what line? Another mayor annoyance is that the sql used is shown when calling for dtml documents, but if if we have a chain dtml-doc->dtml-meth->zsql-meth, only the oracle error is shown.... </rant> -- Riku Voipio riku.voipio@tietoenator.com 09-862 60764
Riku Voipio wrote:
Hi,
Is there any way to meke Zope be more verbose when hitting errors? Something like:
Error Type: TypeError Error Value: illegal argument type for built-in operation
<rant> Sucks it ass off to find where it came from. What operation? what argument? what line?
Are you saying that the traceback (found commented out in the source code of the page) is unhelpful? Also, if you start zope with the -D flag, the tracebacks will be uncommented (will show up on the page). -- ethan mindlace fremen Zopatista Community Liason
participants (2)
-
ethan mindlace fremen -
Riku Voipio