[Zope-Checkins] CVS: Zope/lib/python/ZLogger - stupidFileLogger.py:1.8.2.1

Andreas Jung andreas@digicool.com
Wed, 23 Jan 2002 13:32:51 -0500


Update of /cvs-repository/Zope/lib/python/ZLogger
In directory cvs.zope.org:/tmp/cvs-serv4010/lib/python/ZLogger

Modified Files:
      Tag: chrism_logrotate_branch
	stupidFileLogger.py 
Log Message:
stupid logfile has not been closed


=== Zope/lib/python/ZLogger/stupidFileLogger.py 1.8 => 1.8.2.1 ===
     _stupid_dest.flush()
 
-
+    # stupid log file should be closed here ! (ajung)
+    _stupid_dest.close()