[HiCache] Reduce per-request backup log noise (#20813)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kangyan-Zhou
2026-03-17 22:47:14 -07:00
committed by GitHub
parent 30a35ecd90
commit b6055e59cd

View File

@@ -256,7 +256,7 @@ class DecodeKVCacheOffloadManager:
# Release host memory
self.decode_host_mem_pool.free(host_indices)
logger.info(
logger.debug(
f"Finished backup request {req_id}, free host memory, len:{len(host_indices)}, cost time:{time.time() - start_time:.2f} seconds."
)