Change cached-client hit msg to runtime level
parent
749401e500
commit
ff267890d1
|
@ -106,6 +106,6 @@ async def open_cached_client(
|
|||
) as (cache_hit, client):
|
||||
|
||||
if cache_hit:
|
||||
log.info(f'Reusing existing {client}')
|
||||
log.runtime(f'Reusing existing {client}')
|
||||
|
||||
yield client
|
||||
|
|
Loading…
Reference in New Issue