[Zope3-checkins] CVS: Zope3 - zserver.zcml.in:1.2
Guido van Rossum
guido@python.org
Thu, 19 Dec 2002 21:40:00 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv11858
Modified Files:
zserver.zcml.in
Log Message:
Add support for setting the logging level via the useLog directive.
=== Zope3/zserver.zcml.in 1.1 => 1.2 ===
--- Zope3/zserver.zcml.in:1.1 Mon Nov 18 15:20:11 2002
+++ Zope3/zserver.zcml.in Thu Dec 19 21:39:29 2002
@@ -19,13 +19,15 @@
<!--startup:useMappingStorage /-->
- <!-- Setup the log file.
+ <!-- Setup the log file and level.
+
+ Levels are DEBUG, INFO, WARN, ERROR, CRITICAL.
There are two special file names:
STDERR - sends output to standard error
STDOUT - sends output to standard output -->
- <startup:useLog file="STDERR" />
+ <startup:useLog file="STDERR" level="INFO" />
<!-- Now define the servers you would like to start. All you need