make sure WSGIHandler don't log

This commit is contained in:
benoitc 2010-06-10 22:23:31 +02:00
parent 77a8cb66e6
commit 36706c208f

View File

@ -33,6 +33,7 @@ class GEvent2Worker(Worker):
super(GEvent2Worker, self).__init__(*args, **kwargs)
self.worker_connections = self.cfg.worker_connections
self.pool = None
self.log = None
@classmethod
def setup(cls):