We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e75c353 + 7d50d61 commit 334392eCopy full SHA for 334392e
gunicorn/arbiter.py
@@ -92,7 +92,7 @@ def setup(self, app):
92
self.log = self.cfg.logger_class(app.cfg)
93
94
# reopen files
95
- if 'GUNICORN_FD' in os.environ:
+ if 'GUNICORN_PID' in os.environ:
96
self.log.reopen_files()
97
98
self.worker_class = self.cfg.worker_class
0 commit comments