[Zope3-checkins] CVS: Zope/lib/python/zLOG/tests - testzLog.py:1.16

Fred L. Drake, Jr. fred at zope.com
Thu Apr 22 14:55:23 EDT 2004


Update of /cvs-repository/Zope/lib/python/zLOG/tests
In directory cvs.zope.org:/tmp/cvs-serv12207

Modified Files:
	testzLog.py 
Log Message:
remove more broken cruft


=== Zope/lib/python/zLOG/tests/testzLog.py 1.15 => 1.16 ===
--- Zope/lib/python/zLOG/tests/testzLog.py:1.15	Thu Apr 22 14:52:35 2004
+++ Zope/lib/python/zLOG/tests/testzLog.py	Thu Apr 22 14:55:20 2004
@@ -54,9 +54,7 @@
         zLOG.initialize()
 
     def setLog(self, severity=0):
-        os.environ['%s_LOG_FILE' % self.prefix] = self.path
-        if severity:
-            os.environ['%s_LOG_SEVERITY' % self.prefix] = str(severity)
+        # XXX Need to write new logging initialization code here!
         self._severity = severity
         zLOG.initialize()
 




More information about the Zope3-Checkins mailing list