[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - __init__.py:1.17

Fred L. Drake, Jr. fred at zope.com
Tue Apr 13 13:39:47 EDT 2004


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

Modified Files:
	__init__.py 
Log Message:
zLOG no longer handles initialization of logging, so we don't have to
hack it


=== Zope/lib/python/Zope/Startup/__init__.py 1.16 => 1.17 ===
--- Zope/lib/python/Zope/Startup/__init__.py:1.16	Tue Apr 13 10:24:51 2004
+++ Zope/lib/python/Zope/Startup/__init__.py	Tue Apr 13 13:39:47 2004
@@ -77,9 +77,6 @@
     makes it easier to unit test. """
     def __init__(self, cfg):
         self.cfg = cfg
-        import zLOG
-        # don't initialize the event logger from the environment
-        zLOG._call_initialize = 0
         self.event_logger = logging.getLogger()
 
     def info(self, msg):




More information about the Zope-Checkins mailing list