[Zope3-checkins] CVS: Packages/ZConfig/resources - zope.xml:1.1.2.2
Fred L. Drake, Jr.
fred@zope.com
Thu, 2 Jan 2003 13:04:53 -0500
Update of /cvs-repository/Packages/ZConfig/resources
In directory cvs.zope.org:/tmp/cvs-serv25819/resources
Modified Files:
Tag: zconfig-schema-devel-branch
zope.xml
Log Message:
Change the "handler" section type to "loghandler"; makes more sense with
<import> and global names for types.
=== Packages/ZConfig/resources/zope.xml 1.1.2.1 => 1.1.2.2 ===
--- Packages/ZConfig/resources/zope.xml:1.1.2.1 Tue Dec 24 15:45:54 2002
+++ Packages/ZConfig/resources/zope.xml Thu Jan 2 13:04:20 2003
@@ -2,7 +2,7 @@
<!-- type definitions -->
- <sectiontype type="handler" datatype="null">
+ <sectiontype type="loghandler" datatype="null">
<key name="constructor" datatype="constructor" required="yes"/>
<key name="formatter" datatype="constructor"
default="logging.Formatter()"/>
@@ -10,7 +10,7 @@
<sectiontype type="logger">
<key name="level" datatype="logging-level" default="info"/>
- <multisection type="handler" attribute="handlers" name="*"/>
+ <multisection type="loghandler" attribute="handlers" name="*"/>
</sectiontype>
<sectiongroup type="server">