[Zope-Checkins] SVN: Zope/branches/2.9/ The SiteErrorLog now copies
	exceptions to the event log by default
    Florent Guillaume 
    fg at nuxeo.com
       
    Tue Dec 13 11:34:02 EST 2005
    
    
  
Log message for revision 40765:
  The SiteErrorLog now copies exceptions to the event log by default
Changed:
  U   Zope/branches/2.9/doc/CHANGES.txt
  U   Zope/branches/2.9/lib/python/Products/SiteErrorLog/SiteErrorLog.py
-=-
Modified: Zope/branches/2.9/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.9/doc/CHANGES.txt	2005-12-13 16:31:53 UTC (rev 40764)
+++ Zope/branches/2.9/doc/CHANGES.txt	2005-12-13 16:34:01 UTC (rev 40765)
@@ -39,7 +39,7 @@
 
     Features added
 
-     - none, feature freeze :-)
+     - The SiteErrorLog now copies exceptions to the event log by default.
 
   Zope 2.9.0 beta 1 (2005/12/06)
 
Modified: Zope/branches/2.9/lib/python/Products/SiteErrorLog/SiteErrorLog.py
===================================================================
--- Zope/branches/2.9/lib/python/Products/SiteErrorLog/SiteErrorLog.py	2005-12-13 16:31:53 UTC (rev 40764)
+++ Zope/branches/2.9/lib/python/Products/SiteErrorLog/SiteErrorLog.py	2005-12-13 16:34:01 UTC (rev 40765)
@@ -71,7 +71,7 @@
     id = 'error_log'
 
     keep_entries = 20
-    copy_to_zlog = 0
+    copy_to_zlog = True
 
     security = ClassSecurityInfo()
 
    
    
More information about the Zope-Checkins
mailing list