On Sat, Dec 03, 2005 at 07:51:28PM +0000, Chris Withers wrote:
| Sidnei da Silva wrote:
| >
| >On Dec 2, 2005, at 3:51 PM, Chris Withers wrote:
| >
| >>Sidnei da Silva wrote:
| >>
| >>>I was looking at the same issue yesterday, and it's really a trivial
| >>>change. Need to add a 'multisection' to zopeschema.xml that allows
| >>>multiple 'logger' type entries. Then you can just do something like:
| >>
| >>
| >>Yes, that bit is simple. But in 2.8.something and above, the eventlog 
| >>is plugged in as a root logger, meaning you can't get anything logged 
| >>that doesn't go to it. Who made this change and why?
| >
| >Yes you can. Just set 'propagate' to a non-true value.
| 
| Can you be a bit more descriptive? OS thisa zope.conf option? an option 
| to the logger call? etc?

Heard of grep? *wink*

>From ZConfig/components/logger/logger.xml

    <key name="propagate"
         datatype="boolean"
         default="true">
      <description>
        Indicates whether events that reach this logger should be
        propogated toward the root of the logger hierarchy.  If true
        (the default), events will be passed to the logger's parent
        after being handled.  If false, events will be handled and the
        parent will not be informed.  There is not a way to control
        propogation by the severity of the event.
      </description>
    </key>


-- 
Sidnei da Silva
Enfold Systems, LLC.
http://enfoldsystems.com
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to