This commit is contained in:
Alexis Le-Quoc 2014-08-04 15:36:14 -04:00
parent 6cb67e49ca
commit 7db45868e0

View File

@ -482,7 +482,7 @@ class Arbiter(object):
(pid, _) = workers.pop(0)
self.kill_worker(pid, signal.SIGTERM)
self.log.debug("{0} workers".format(len(workers),
self.log.debug("{0} workers".format(len(workers)),
extra={ "metric": "gunicorn.workers",
"value": len(workers),
"mtype": "gauge"})