Commit d9c84636 authored by Fred Drake's avatar Fred Drake

Add logging support to the schema.

parent 52344cf4
<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>
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