[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/runzeo.py Merge rev 30216 from 3.4 branch.

Tim Peters tim.one at comcast.net
Thu Apr 28 19:50:46 EDT 2005


Log message for revision 30217:
  Merge rev 30216 from 3.4 branch.
  
  There is no logging level named EXCEPTION.
  

Changed:
  U   ZODB/trunk/src/ZEO/runzeo.py

-=-
Modified: ZODB/trunk/src/ZEO/runzeo.py
===================================================================
--- ZODB/trunk/src/ZEO/runzeo.py	2005-04-28 23:49:47 UTC (rev 30216)
+++ ZODB/trunk/src/ZEO/runzeo.py	2005-04-28 23:50:46 UTC (rev 30217)
@@ -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