[Zodb-checkins] SVN: ZODB/branches/3.4/src/ZEO/runzeo.py There is no logging level named EXCEPTION.

Tim Peters tim.one at comcast.net
Thu Apr 28 19:49:48 EDT 2005


Log message for revision 30216:
  There is no logging level named EXCEPTION.
  

Changed:
  U   ZODB/branches/3.4/src/ZEO/runzeo.py

-=-
Modified: ZODB/branches/3.4/src/ZEO/runzeo.py
===================================================================
--- ZODB/branches/3.4/src/ZEO/runzeo.py	2005-04-28 18:37:13 UTC (rev 30215)
+++ ZODB/branches/3.4/src/ZEO/runzeo.py	2005-04-28 23:49:47 UTC (rev 30216)
@@ -272,7 +272,7 @@
                 storage.close()
             except: # Keep going
                 log("failed to close storage %r" % name,
-                    level=logging.EXCEPTION, exc_info=True)
+                    level=logging.ERROR, exc_info=True)
 
     def _get_pidfile(self):
         pidfile = self.options.pid_file



More information about the Zodb-checkins mailing list