Commit 10c40840 authored by Fred Drake's avatar Fred Drake

Add logging support to the schema.

parent 1f0da74e
<schema> <schema>
<!-- XXX This schema still needs logging support. -->
<description> <description>
This schema describes the configuration of the ZEO storage server This schema describes the configuration of the ZEO storage server
process. process.
...@@ -13,6 +11,8 @@ ...@@ -13,6 +11,8 @@
<!-- Use the ZEO server information structure. --> <!-- Use the ZEO server information structure. -->
<import package="ZEO"/> <import package="ZEO"/>
<import package="zLOG"/>
<section type="zeo" name="*" required="yes" attribute="zeo" /> <section type="zeo" name="*" required="yes" attribute="zeo" />
...@@ -34,4 +34,7 @@ ...@@ -34,4 +34,7 @@
represent small integers starting at '1'. represent small integers starting at '1'.
</description> </description>
</multisection> </multisection>
<section name="*" type="logger" attribute="logger" required="no" />
</schema> </schema>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment