[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/server/schema.xml Added required flags for eventlog and hitlog, since zope/app/server/main.py assumes they exist -- improves the error message when zope.conf is not configured properly.

Garrett Smith garrett at mojave-corp.com
Mon May 31 12:20:36 EDT 2004


Log message for revision 25138:
Added required flags for eventlog and hitlog, since zope/app/server/main.py assumes they exist -- improves the error message when zope.conf is not configured properly.


-=-
Modified: Zope3/trunk/src/zope/app/server/schema.xml
===================================================================
--- Zope3/trunk/src/zope/app/server/schema.xml	2004-05-31 15:40:19 UTC (rev 25137)
+++ Zope3/trunk/src/zope/app/server/schema.xml	2004-05-31 16:20:35 UTC (rev 25138)
@@ -25,13 +25,13 @@
     </description>
   </section>
 
-  <section type="eventlog" attribute="eventlog" name="*">
+  <section type="eventlog" attribute="eventlog" name="*" required="yes">
     <description>
       Configuration for the event log.
     </description>
   </section>
 
-  <section type="hitlog" attribute="hitlog" name="*">
+  <section type="hitlog" attribute="hitlog" name="*" required="yes">
     <description>
       Configuration for the hit log.
     </description>




More information about the Zope3-Checkins mailing list