8000 add worker info at startup. · alex-python/gunicorn@1431398 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1431398

Browse files
committed
add worker info at startup.
1 parent 7dd7b71 commit 1431398

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gunicorn/arbiter.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ def start(self):
120120
self.log.debug("Arbiter booted")
121121
self.log.info("Listening at: %s (%s)" % (self.LISTENER,
122122
self.pid))
123+
self.log.info("Using worker: %s" %
124+
self.cfg.settings['worker_class'].get())
125+
123126
self.cfg.when_ready(self)
124127

125128
def init_signals(self):

0 commit comments

Comments
 (0)
0