Skip to content

Commit 7912c20

Browse files
authored
fix: change log to debug (#389)
1 parent 3f78233 commit 7912c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runpod/serverless/modules/rp_scale.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def kill_worker(self):
144144
"""
145145
Whether to kill the worker.
146146
"""
147-
log.info("Kill worker.")
147+
log.debug("Kill worker.")
148148
self._shutdown_event.set()
149149

150150
def current_occupancy(self) -> int:

0 commit comments

Comments
 (0)