[Zope] how to get more verbose logging
Dave Kuhlman
dkuhlman at cutter.rexx.com
Wed Nov 10 17:30:38 EST 2004
On Wed, Nov 10, 2004 at 05:43:06PM +0100, Jonas Meurer wrote:
> hello,
>
> at trying to debug a problem that causes zope to crash, a more verbose
> logging would be very usefull. I already use the event.log, but up to
> now i had EVENT_LOG_SEVERITY at -100 (BLATHER), what worked quite well.
>
> now i raised the environment variable to -300, in the hope to get TRACE
> logging, as mentioned in the Zope 2.6 documentation.
>
> anyway, event.log still doesn't give logs lower than BLATHER. I'm not
> absolutely sure whether it should, but normally TRACE should already
> give some more information at starting the process, shouldn't it.
>
> even if i produce the problem that crashes zope, the lowest log is
> BLATHER, and i get no more verbose logging output.
>
> i tested this in zope 2.6.4 with python2.1 and python2.2, and both don't
> provide any new information.
>
> any suggestions?
>
You could try raising the logger level to "ALL" in the logger
sections of instance/etc/zope.conf.
You might also try turning on the trace logger. The trace logger
section was commented out in etc/zope.conf by default in my
instance.
Dave
--
Dave Kuhlman
http://www.rexx.com/~dkuhlman
More information about the Zope
mailing list