mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typo. fix issue #252.
This commit is contained in:
parent
f2a44431bd
commit
ea6abf75b2
@ -126,7 +126,7 @@ class Logger(object):
|
||||
if isinstance(handler, logging.FileHandler):
|
||||
handler.acquire()
|
||||
handler.stream.close()
|
||||
handler.stream = open(handler.baseFileName,
|
||||
handler.stream = open(handler.baseFilename,
|
||||
handler.mode)
|
||||
handler.release()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user