mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix typo in glogging module
This commit is contained in:
parent
1ebf60fbc3
commit
388612f628
@ -29,7 +29,7 @@ class Logger(object):
|
||||
'%(h)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)s "%(f)s" "%(a)s"'
|
||||
|
||||
def __init__(self, cfg):
|
||||
self.error_log = logging.getLogger("gunicor.error")
|
||||
self.error_log = logging.getLogger("gunicorn.error")
|
||||
self.access_log = logging.getLogger("gunicorn.access")
|
||||
self.error_handlers = []
|
||||
self.access_handlers = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user