[Zope3-checkins] CVS: Zope3 - log.ini:1.7
Fred L. Drake, Jr.
fred at zope.com
Wed Mar 17 15:55:21 EST 2004
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv24706
Modified Files:
log.ini
Log Message:
make zLOG ouptut get dumped into the logfile as well
=== Zope3/log.ini 1.6 => 1.7 ===
--- Zope3/log.ini:1.6 Tue Jun 24 15:27:28 2003
+++ Zope3/log.ini Wed Mar 17 15:55:21 2004
@@ -10,6 +10,11 @@
level=CRITICAL
handlers=normal
+[logger_event]
+level=DEBUG
+handlers=normal
+qualname=event
+
[handler_normal]
class=FileHandler
level=NOTSET
@@ -24,7 +29,7 @@
datefmt=%Y-%m-%dT%H:%M:%S
[loggers]
-keys=root
+keys=root,event
[handlers]
keys=normal
More information about the Zope3-Checkins
mailing list