Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
d9c84636
Commit
d9c84636
authored
Jan 10, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add logging support to the schema.
parent
52344cf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/ZEO/schema.xml
src/ZEO/schema.xml
+5
-2
No files found.
src/ZEO/schema.xml
View file @
d9c84636
<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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment