llm: print caching notices in debug only (#5533)

This commit is contained in:
Jeffrey Morgan 2024-07-07 12:38:04 -04:00 committed by GitHub
parent 0ee87615c7
commit 0e09c380fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1413,7 +1413,7 @@ struct llama_server_context
return get_slot(-1);
}
LOG_INFO("slot with common prefix found", {{
LOG_DEBUG("slot with common prefix found", {{
"slot_id", slot->id,
"characters", longest
}});