[Zope3-dev] Re: Photo product (was questions about ZConfig and ZCML)

Tres Seaver tseaver at zope.com
Tue Jul 20 13:25:27 EDT 2004


Sidnei da Silva wrote:
> | I would strongly recommend running 'zopectl foreground' (or 'fg') rather 
> | than manually invoking 'runzope'.  I *never* have issues with delay when 
> | interrupting in that scenario.
> 
> Speaking of which, when using with ZEO, both 'zopectl foreground' and
> 'runzope' log ZEO messages at TRACE level to the console. I haven't
> yet found a way to lower the log level for console messages.

Modify the <eventlog> section of zope.conf, e.g.:

<eventlog>
   level blather
   <logfile>
     path $INSTANCE/var/event.log
     level info
   </logfile>
</eventlog>

Tres.
-- 
===============================================================
Tres Seaver                                tseaver at zope.com
Zope Corporation      "Zope Dealers"       http://www.zope.com


More information about the Zope3-dev mailing list