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

Chris McDonough chrism@zope.com
Mon, 21 Jul 2003 12:39:19 -0400


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

Modified Files:
      Tag: Zope-2_7-branch
	SiteErrorLog.py 
Log Message:
Merge changes from HEAD since the release of Zope 2.7a1 into the Zope-2_7-branch in preparation for release of Zope 2.7b1.


=== Zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py 1.15 => 1.15.12.1 ===
--- Zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py:1.15	Fri Feb  7 13:16:37 2003
+++ Zope/lib/python/Products/SiteErrorLog/SiteErrorLog.py	Mon Jul 21 12:36:14 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', )
+    _ignored_exceptions = ( 'Unauthorized', 'NotFound' )
 
     security.declarePrivate('raising')
     def raising(self, info):