mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Restore number of workers in DEBUG log
This commit is contained in:
parent
bc2e132bce
commit
6cb67e49ca
@ -482,7 +482,7 @@ class Arbiter(object):
|
||||
(pid, _) = workers.pop(0)
|
||||
self.kill_worker(pid, signal.SIGTERM)
|
||||
|
||||
self.log.debug("",
|
||||
self.log.debug("{0} workers".format(len(workers),
|
||||
extra={ "metric": "gunicorn.workers",
|
||||
"value": len(workers),
|
||||
"mtype": "gauge"})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user