forked from phoenix/litellm-mirror
fix(utils.py): log cache hit as INFO message
This commit is contained in:
parent
eeb0e7d2be
commit
246491e663
1 changed files with 1 additions and 1 deletions
|
@ -3568,7 +3568,7 @@ def client(original_function):
|
|||
if cached_result is not None and not isinstance(
|
||||
cached_result, list
|
||||
):
|
||||
print_verbose(f"Cache Hit!")
|
||||
print_verbose("Cache Hit!", log_level="INFO")
|
||||
cache_hit = True
|
||||
end_time = datetime.datetime.now()
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue