[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - logger.xml:1.1.2.3

Fred L. Drake, Jr. fred@zope.com
Thu, 9 Jan 2003 16:02:04 -0500


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

Modified Files:
      Tag: chrism-install-branch
	logger.xml 
Log Message:
Require at least one log handler for any log.


=== Zope/lib/python/Zope/Startup/logger.xml 1.1.2.2 => 1.1.2.3 ===
--- Zope/lib/python/Zope/Startup/logger.xml:1.1.2.2	Thu Jan  9 15:58:06 2003
+++ Zope/lib/python/Zope/Startup/logger.xml	Thu Jan  9 16:02:01 2003
@@ -68,6 +68,7 @@
 
   <sectiontype name="logger" datatype=".logger">
      <key name="level" datatype="logging-level" default="info"/>
-     <multisection type="handler" attribute="handlers" name="*"/>
+     <multisection type="handler" attribute="handlers" name="*"
+                   required="yes"/>
   </sectiontype>
 </schema>