[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - zopeschema.xml:1.2.2.5

Fred L. Drake, Jr. fred@zope.com
Tue, 11 Feb 2003 16:18:20 -0500


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

Modified Files:
      Tag: new-install-branch
	zopeschema.xml 
Log Message:
- use the LoggerFactory directlry
- normalize whitespace


=== Zope/lib/python/Zope/Startup/zopeschema.xml 1.2.2.4 => 1.2.2.5 ===
--- Zope/lib/python/Zope/Startup/zopeschema.xml:1.2.2.4	Tue Feb 11 15:10:25 2003
+++ Zope/lib/python/Zope/Startup/zopeschema.xml	Tue Feb 11 16:18:19 2003
@@ -6,7 +6,7 @@
   <import package="ZODB"/>
   <import package="ZServer"/>
 
-  <sectiontype name="logger" datatype=".logger">
+  <sectiontype name="logger" datatype=".LoggerFactory">
     <description>
       This "logger" type only applies to access and request ("trace")
       logging; event logging is handled by the zLOG package, which
@@ -127,7 +127,7 @@
   </section>
 
   <section type="logger" name="access"/>
- 
+
   <section type="logger" name="trace"/>
 
   <multisection type="server" name="*" attribute="servers"/>