Skip to content

Commit

Permalink
fix: change log to debug (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yhlong00 authored Jan 3, 2025
1 parent 3f78233 commit 7912c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runpod/serverless/modules/rp_scale.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def kill_worker(self):
"""
Whether to kill the worker.
"""
log.info("Kill worker.")
log.debug("Kill worker.")
self._shutdown_event.set()

def current_occupancy(self) -> int:
Expand Down

0 comments on commit 7912c20

Please sign in to comment.