From 6950fccfde65efed1452c66d5c2c34c497da8d4f Mon Sep 17 00:00:00 2001 From: Synchon Mandal Date: Fri, 10 Jan 2025 14:04:26 +0100 Subject: [PATCH] update: adjust log level in data.utils.fetch_file_via_datalad --- junifer/data/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junifer/data/utils.py b/junifer/data/utils.py index 27c05f640..29f3d0dac 100644 --- a/junifer/data/utils.py +++ b/junifer/data/utils.py @@ -208,7 +208,7 @@ def fetch_file_via_datalad(dataset: dl.Dataset, file_path: Path) -> Path: logger.info(f"Successfully fetched file: {got_path.resolve()}") return got_path elif status == "notneeded": - logger.info(f"Found existing file: {got_path.resolve()}") + logger.debug(f"Found existing file: {got_path.resolve()}") return got_path else: raise_error(