Skip to content

Commit

Permalink
Merge pull request #2559 from laggardkernel/bugfix/reexec-env
Browse files Browse the repository at this point in the history
Typo fix for reexec related environ variables
  • Loading branch information
benoitc authored Aug 10, 2024
2 parents e75c353 + 7d50d61 commit 334392e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gunicorn/arbiter.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def setup(self, app):
self.log = self.cfg.logger_class(app.cfg)

# reopen files
if 'GUNICORN_FD' in os.environ:
if 'GUNICORN_PID' in os.environ:
self.log.reopen_files()

self.worker_class = self.cfg.worker_class
Expand Down

0 comments on commit 334392e

Please sign in to comment.