Change cached-client hit msg to runtime level

account_tests
Tyler Goodlet 2023-07-10 09:21:12 -04:00
parent 749401e500
commit ff267890d1
1 changed files with 1 additions and 1 deletions

View File

@ -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