Skip to content

Commit 1c4e38c

Browse files
committed
server: downgrade proactive eviction log to DBG to reduce per-token noise
1 parent cc7b677 commit 1c4e38c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/server/server-context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ struct server_context_impl {
14211421
if (slot_tier && slot_tier->initialized) {
14221422
const int n_evict = std::max(1, (int)(slot.n_ctx * 0.20f));
14231423
if (tiered_cache->evict_from_slot(slot.id, n_evict, (uint32_t)n_tokens)) {
1424-
SLT_INF(slot, "proactive tiered eviction: %d tokens at %d/%d hot capacity\\n",
1424+
SLT_DBG(slot, "proactive tiered eviction: %d tokens at %d/%d hot capacity\\n",
14251425
n_evict, n_tokens, slot.n_ctx);
14261426
}
14271427
}

0 commit comments

Comments
 (0)