diff --git a/gunicorn/arbiter.py b/gunicorn/arbiter.py index ae53290d..882d63f0 100644 --- a/gunicorn/arbiter.py +++ b/gunicorn/arbiter.py @@ -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"})