Skip to content

Commit 8ed175a

Browse files
committed
fix: change log to debug
1 parent d7a2131 commit 8ed175a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runpod/serverless/modules/rp_scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def kill_worker(self):
135135
"""
136136
Whether to kill the worker.
137137
"""
138-
log.info("Kill worker.")
138+
log.debug("Kill worker.")
139139
self._shutdown_event.set()
140140

141141
def current_occupancy(self) -> int:

0 commit comments

Comments
 (0)