[Zope-Checkins] CVS: Zope/lib/python/ZEO - schema.xml:1.13 zeoctl.xml:1.2

Fred L. Drake, Jr. fred at zope.com
Tue Apr 13 10:25:20 EDT 2004


Update of /cvs-repository/Zope/lib/python/ZEO
In directory cvs.zope.org:/tmp/cvs-serv11892/ZEO

Modified Files:
	schema.xml zeoctl.xml 
Log Message:
Use the logging configuration component from ZConfig instead of the zLOG
implementation.  The configuration aspects of zLOG are about to disappear.


=== Zope/lib/python/ZEO/schema.xml 1.12 => 1.13 ===
--- Zope/lib/python/ZEO/schema.xml:1.12	Fri Oct 24 17:29:43 2003
+++ Zope/lib/python/ZEO/schema.xml	Tue Apr 13 10:24:50 2004
@@ -14,7 +14,7 @@
   <!-- Use the ZEO server information structure. -->
   <import package="ZEO"/>
 
-  <import package="zLOG"/>
+  <import package="ZConfig.components.logger"/>
 
   <!-- runner control -->
   <import package="zdaemon"/>


=== Zope/lib/python/ZEO/zeoctl.xml 1.1 => 1.2 ===
--- Zope/lib/python/ZEO/zeoctl.xml:1.1	Fri Oct 24 17:29:43 2003
+++ Zope/lib/python/ZEO/zeoctl.xml	Tue Apr 13 10:24:50 2004
@@ -12,7 +12,7 @@
   <!-- Use the ZEO server information structure. -->
   <import package="ZEO"/>
 
-  <import package="zLOG"/>
+  <import package="ZConfig.components.logger"/>
 
   <!-- runner control -->
   <import package="zdaemon"/>




More information about the Zope-Checkins mailing list