[Zodb-checkins] CVS: ZODB3/ZEO - schema.xml:1.8
Fred L. Drake, Jr.
fred@zope.com
Fri, 10 Jan 2003 13:34:24 -0500
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv4456
Modified Files:
schema.xml
Log Message:
Add logging support to the schema.
=== ZODB3/ZEO/schema.xml 1.7 => 1.8 ===
--- ZODB3/ZEO/schema.xml:1.7 Fri Jan 10 10:17:38 2003
+++ ZODB3/ZEO/schema.xml Fri Jan 10 13:34:20 2003
@@ -1,7 +1,5 @@
<schema>
- <!-- XXX This schema still needs logging support. -->
-
<description>
This schema describes the configuration of the ZEO storage server
process.
@@ -13,6 +11,8 @@
<!-- Use the ZEO server information structure. -->
<import package="ZEO"/>
+ <import package="zLOG"/>
+
<section type="zeo" name="*" required="yes" attribute="zeo" />
@@ -34,4 +34,7 @@
represent small integers starting at '1'.
</description>
</multisection>
+
+ <section name="*" type="logger" attribute="logger" required="no" />
+
</schema>