mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
add worker info at startup.
This commit is contained in:
parent
7dd7b71523
commit
14313985d6
@ -120,6 +120,9 @@ class Arbiter(object):
|
|||||||
self.log.debug("Arbiter booted")
|
self.log.debug("Arbiter booted")
|
||||||
self.log.info("Listening at: %s (%s)" % (self.LISTENER,
|
self.log.info("Listening at: %s (%s)" % (self.LISTENER,
|
||||||
self.pid))
|
self.pid))
|
||||||
|
self.log.info("Using worker: %s" %
|
||||||
|
self.cfg.settings['worker_class'].get())
|
||||||
|
|
||||||
self.cfg.when_ready(self)
|
self.cfg.when_ready(self)
|
||||||
|
|
||||||
def init_signals(self):
|
def init_signals(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user