[Zodb-checkins] CVS: ZODB3/zLOG - LogHandlers.py:1.7 BaseLogger.py:1.3

Jeremy Hylton jeremy at zope.com
Thu Oct 2 14:17:48 EDT 2003


Update of /cvs-repository/ZODB3/zLOG
In directory cvs.zope.org:/tmp/cvs-serv18770/zLOG

Modified Files:
	LogHandlers.py BaseLogger.py 
Log Message:
Merge changes from Zope-2_7-branch to the trunk.


=== ZODB3/zLOG/LogHandlers.py 1.6 => 1.7 ===
--- ZODB3/zLOG/LogHandlers.py:1.6	Thu Jan 23 13:03:05 2003
+++ ZODB3/zLOG/LogHandlers.py	Thu Oct  2 14:17:16 2003
@@ -75,8 +75,3 @@
         for record in self.buffer:
             target.handle(record)
         self.buffer = []
-        
-        
-        
-        
-    


=== ZODB3/zLOG/BaseLogger.py 1.2 => 1.3 ===
--- ZODB3/zLOG/BaseLogger.py:1.2	Sun Nov 24 00:24:43 2002
+++ ZODB3/zLOG/BaseLogger.py	Thu Oct  2 14:17:16 2003
@@ -21,4 +21,3 @@
         for handler in self.logger.handlers:
             if hasattr(handler, 'reopen') and callable(handler.reopen):
                 handler.reopen()
-




More information about the Zodb-checkins mailing list