[Zope-Checkins] CVS: Zope/lib/python/Products/SiteErrorLog - SiteErrorLog.py:1.17

Tres Seaver cvs-admin at zope.org
Tue Nov 18 08:17:38 EST 2003


Update of /cvs-repository/Zope/lib/python/Products/SiteErrorLog
In directory cvs.zope.org:/tmp/cvs-serv30559/lib/python/Products/SiteErrorLog

Modified Files:
	SiteErrorLog.py 
Log Message:
 - Merge tseaver-strexp_delenda-branch to the head.


=== Zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py 1.16 => 1.17 ===
--- Zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py:1.16	Mon Jul 21 00:16:22 2003
+++ Zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py	Tue Nov 18 08:17:07 2003
@@ -118,7 +118,7 @@
     # Exceptions that happen all the time, so we dont need
     # to log them. Eventually this should be configured
     # through-the-web.
-    _ignored_exceptions = ( 'Unauthorized', 'NotFound' )
+    _ignored_exceptions = ( 'Unauthorized', 'NotFound', 'Redirect' )
 
     security.declarePrivate('raising')
     def raising(self, info):




More information about the Zope-Checkins mailing list