mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #2559 from laggardkernel/bugfix/reexec-env
Typo fix for reexec related environ variables
This commit is contained in:
commit
334392e779
@ -92,7 +92,7 @@ class Arbiter:
|
|||||||
self.log = self.cfg.logger_class(app.cfg)
|
self.log = self.cfg.logger_class(app.cfg)
|
||||||
|
|
||||||
# reopen files
|
# reopen files
|
||||||
if 'GUNICORN_FD' in os.environ:
|
if 'GUNICORN_PID' in os.environ:
|
||||||
self.log.reopen_files()
|
self.log.reopen_files()
|
||||||
|
|
||||||
self.worker_class = self.cfg.worker_class
|
self.worker_class = self.cfg.worker_class
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user