Commit 48f10cb1 authored by Guido van Rossum's avatar Guido van Rossum

Rename options.zdirectory to options.directory.

Add an <eventlog> section to the runner schema.
Some comment and docstring tweakage.
parent 05aa5cd0
......@@ -68,6 +68,13 @@ runner_conf_template = """# runner configuration file
program %(runzeo)s -C %(home)s/etc/zeo.conf
socket-name %(home)s/etc/zeo.zdsock
</runner>
<eventlog>
level info
<logfile>
path %(home)s/log/runner.log
</logfile>
</eventlog>
"""
zeoctl_template = """#!/bin/sh
......
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