[Zope-CVS] CVS: Packages/Zope2+3 - log.ini:1.1

Jeremy Hylton jeremy at zope.com
Thu Mar 18 16:17:29 EST 2004


Update of /cvs-repository/Packages/Zope2+3
In directory cvs.zope.org:/tmp/cvs-serv5487

Added Files:
	log.ini 
Log Message:
Add a log.ini for test.py


=== Added File Packages/Zope2+3/log.ini ===
# This file configures the logging module: critical errors are logged
# to z3.log; everything else is ignored.

# To use this configuration, use logging.config.fileConfig("log.ini").

# Documentation for the file format is at
# http://www.red-dove.com/python_logging.html#config

[logger_root]
level=NOTSET
handlers=normal

[handler_normal]
class=FileHandler
level=NOTSET
formatter=common
args=('z3.log', 'a')
filename=z3.log
mode=a

[formatter_common]
format=%(asctime)s %(levelname)s %(name)s %(message)s
datefmt=%Y-%m-%dT%H:%M:%S

[loggers]
keys=root

[handlers]
keys=normal

[formatters]
keys=common




More information about the Zope-CVS mailing list