[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/appsetup/bootstrap.py Changed the boostrap configuration to not log every error to the

Jim Fulton jim at zope.com
Thu Oct 28 18:56:32 EDT 2004


Log message for revision 28279:
  Changed the boostrap configuration to not log every error to the
  system error logger by default.
  

Changed:
  U   Zope3/trunk/src/zope/app/appsetup/bootstrap.py

-=-
Modified: Zope3/trunk/src/zope/app/appsetup/bootstrap.py
===================================================================
--- Zope3/trunk/src/zope/app/appsetup/bootstrap.py	2004-10-28 22:06:58 UTC (rev 28278)
+++ Zope3/trunk/src/zope/app/appsetup/bootstrap.py	2004-10-28 22:56:32 UTC (rev 28279)
@@ -225,7 +225,7 @@
         # Sundry other services
         ensureService(service_manager, root_folder, ErrorLogging,
                       RootErrorReportingService,
-                      copy_to_zlog=True)
+                      copy_to_zlog=False)
         ensureService(service_manager, root_folder, PrincipalAnnotation,
                       PrincipalAnnotationService)
         ensureService(service_manager, root_folder, Utilities,



More information about the Zope3-Checkins mailing list