mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
make sure WSGIHandler don't log
This commit is contained in:
parent
77a8cb66e6
commit
36706c208f
@ -33,6 +33,7 @@ class GEvent2Worker(Worker):
|
|||||||
super(GEvent2Worker, self).__init__(*args, **kwargs)
|
super(GEvent2Worker, self).__init__(*args, **kwargs)
|
||||||
self.worker_connections = self.cfg.worker_connections
|
self.worker_connections = self.cfg.worker_connections
|
||||||
self.pool = None
|
self.pool = None
|
||||||
|
self.log = None
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setup(cls):
|
def setup(cls):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user