[Zope] Getting Zope code to output to event.log

Chris Withers chris at simplistix.co.uk
Thu Aug 6 15:15:28 EDT 2009


Ken Winter wrote:
> import logging
> logger = logging.getLogger('OFS/Traversable.py:')

Try changing this to:

logger = logging.getLogger('event.OFS/Traversable.py:')

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope mailing list