Commit d9c1bbe8 authored by Fred Drake's avatar Fred Drake

zLOG no longer handles initialization of logging, so we don't have to

hack it
parent 35fdc1ce
......@@ -77,9 +77,6 @@ class ZopeStarter:
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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment