[Zope-Checkins] CVS: ZODB3/ZEO - mkzeoinst.py:1.11

Guido van Rossum guido@python.org
Thu, 23 Jan 2003 15:34:08 -0500


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv9939/ZEO

Modified Files:
	mkzeoinst.py 
Log Message:
Support the 'logtail' command in zdctl.  Also some changes to the
'show' command.


=== ZODB3/ZEO/mkzeoinst.py 1.10 => 1.11 ===
--- ZODB3/ZEO/mkzeoinst.py:1.10	Thu Jan 23 11:23:45 2003
+++ ZODB3/ZEO/mkzeoinst.py	Thu Jan 23 15:33:35 2003
@@ -20,7 +20,7 @@
 options (all of which have default values), create the following:
 
 <home>/etc/zeo.conf     -- ZEO config file
-<home>/etc/runner.conf  -- zdctl config file
+<home>/etc/runner.conf  -- zdctl+zdrun config file
 <home>/var/             -- Directory for data files: Data.fs etc.
 <home>/log/             -- Directory for log files: zeo.log and runner.log
 <home>/bin/zeoctl       -- start/stop script (a shim for zdctl.py)
@@ -79,6 +79,9 @@
   # user zope
   python %(python)s
   zdrun %(zdrun)s
+  # This logfile should match the one in the %(package)s.conf file.
+  # It is used by zdctl's logtail command, zdrun/zdctl doesn't write it.
+  logfile %(home)s/log/%(package)s.log
 </runner>
 
 <eventlog>