diff --git a/piker/brokers/__init__.py b/piker/brokers/__init__.py index 87a0446a..8817842e 100644 --- a/piker/brokers/__init__.py +++ b/piker/brokers/__init__.py @@ -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