[Zope3-checkins] SVN: Zope3/trunk/ Expose the logger section as a multisection in zope.conf, so one can define loggers for specific subsystems. Also provide an example logger in zope.conf.in

Christian Theune ct at gocept.com
Mon Aug 28 18:00:49 EDT 2006


Hi,

This patch has an issue with ZServer. (see below)

Martijn Pieters wrote:
> Log message for revision 69809:
>   Expose the logger section as a multisection in zope.conf, so one can define loggers for specific subsystems. Also provide an example logger in zope.conf.in
> [...]
> 
> Modified: Zope3/trunk/src/zope/app/server/main.py
> ===================================================================
> --- Zope3/trunk/src/zope/app/server/main.py	2006-08-27 19:53:26 UTC (rev 69808)
> +++ Zope3/trunk/src/zope/app/server/main.py	2006-08-28 14:33:58 UTC (rev 69809)
> @@ -97,6 +97,8 @@
>  
>      options.eventlog()
>      options.accesslog()
> +    for logger in options.logger:
> +        logger()
 > [...]

Wrong spelling here. Should be options.loggers!

I'm fixing that already and a issue/feature report in the collector is 
coming up that the automated tests should be run (and in all server 
flavours) to avoid those issues in the future.

Christian

-- 
gocept gmbh & co. kg - forsterstraße 29 - 06112 halle/saale - germany
www.gocept.com - ct at gocept.com - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development



More information about the Zope3-Checkins mailing list