[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - logger.xml:1.1.2.4
Fred L. Drake, Jr.
fred@zope.com
Fri, 10 Jan 2003 14:26:48 -0500
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv12691
Modified Files:
Tag: chrism-install-branch
logger.xml
Log Message:
Fix a sectiontype name.
=== Zope/lib/python/Zope/Startup/logger.xml 1.1.2.3 => 1.1.2.4 ===
--- Zope/lib/python/Zope/Startup/logger.xml:1.1.2.3 Thu Jan 9 16:02:01 2003
+++ Zope/lib/python/Zope/Startup/logger.xml Fri Jan 10 14:26:45 2003
@@ -68,7 +68,7 @@
<sectiontype name="logger" datatype=".logger">
<key name="level" datatype="logging-level" default="info"/>
- <multisection type="handler" attribute="handlers" name="*"
+ <multisection type="loghandler" attribute="handlers" name="*"
required="yes"/>
</sectiontype>
</schema>