[Zope-Checkins] CVS: ZODB3/ZEO - mkzeoinst.py:1.3 runzeo.py:1.10 schema.xml:1.10

Fred L. Drake, Jr. fred@zope.com
Wed, 22 Jan 2003 15:38:44 -0500


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

Modified Files:
	mkzeoinst.py runzeo.py schema.xml 
Log Message:
Change the name "logger" to "eventlog".  Also rename the loghandler section
types.


=== ZODB3/ZEO/mkzeoinst.py 1.2 => 1.3 ===
--- ZODB3/ZEO/mkzeoinst.py:1.2	Wed Jan 22 15:12:41 2003
+++ ZODB3/ZEO/mkzeoinst.py	Wed Jan 22 15:38:11 2003
@@ -54,12 +54,12 @@
   path %(home)s/var/Data.fs
 </filestorage>
 
-<logger>
+<eventlog>
   level info
   <logfile>
     path %(home)s/log/zeo.log
   </logfile>
-</logger>
+</eventlog>
 """
 
 runner_conf_template = """# runner configuration file


=== ZODB3/ZEO/runzeo.py 1.9 => 1.10 ===
--- ZODB3/ZEO/runzeo.py:1.9	Mon Jan 20 17:11:02 2003
+++ ZODB3/ZEO/runzeo.py	Wed Jan 22 15:38:11 2003
@@ -93,7 +93,7 @@
 
 class ZEOOptions(ZDOptions, ZEOOptionsMixin):
 
-    logsectionname = "logger"
+    logsectionname = "eventlog"
 
     def __init__(self):
         self.schemadir = os.path.dirname(ZEO.__file__)


=== ZODB3/ZEO/schema.xml 1.9 => 1.10 ===
--- ZODB3/ZEO/schema.xml:1.9	Wed Jan 22 13:45:31 2003
+++ ZODB3/ZEO/schema.xml	Wed Jan 22 15:38:11 2003
@@ -27,6 +27,6 @@
     </description>
   </multisection>
 
-  <section name="*" type="logger" attribute="logger" required="no" />
+  <section name="*" type="eventlog" attribute="eventlog" required="no" />
 
 </schema>