mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
fix(dirty): reduce log verbosity for worker spawn skip
Change 'No apps need more workers' from warning to debug level to avoid log spam when all apps have sufficient workers.
This commit is contained in:
parent
a57507c4e5
commit
3963e850ea
@ -805,7 +805,7 @@ class DirtyArbiter:
|
||||
app_paths = self._get_apps_for_new_worker()
|
||||
|
||||
if not app_paths:
|
||||
self.log.warning("No apps need more workers, skipping spawn")
|
||||
self.log.debug("No apps need more workers, skipping spawn")
|
||||
return None
|
||||
|
||||
self.worker_age += 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user