diff --git a/supervisor/docker/interface.py b/supervisor/docker/interface.py index d9123772b..0df4951e3 100644 --- a/supervisor/docker/interface.py +++ b/supervisor/docker/interface.py @@ -232,7 +232,7 @@ class DockerInterface(JobGroup, ABC): manifest.total_size, ) except (aiohttp.ClientError, TimeoutError) as err: - _LOGGER.debug("Could not fetch manifest for progress: %s", err) + _LOGGER.warning("Could not fetch manifest for progress: %s", err) async def process_pull_event(event: PullLogEntry) -> None: """Process pull event and update job progress."""