[Zope] Getting more out of logging? What is the best way to get information about problems with Zope? Any help?

Dieter Maurer dieter@handshake.de
Wed, 31 Jul 2002 22:57:34 +0200


Heimo Laukkanen writes:
 > ... analysing difficult errors ...
I once instrumented "ZPublisher.Publish.publish" to print the traceback
in case of an exception (after "transaction_manager.abort()").
If necessary, you can also print the request content.

Be warned, however, you will get lots of output, as exceptions
are quite normal (e.g. 'Unauthorized' exceptions).


Dieter