From 7e441d90c510a2bc4d0e8fff63e5d3f256c18b0d Mon Sep 17 00:00:00 2001 From: Paul Nilsson Date: Wed, 11 Dec 2024 10:03:23 +0100 Subject: [PATCH] Changed info to debug --- pilot/user/atlas/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/user/atlas/utilities.py b/pilot/user/atlas/utilities.py index 3b087d01..f32e983f 100644 --- a/pilot/user/atlas/utilities.py +++ b/pilot/user/atlas/utilities.py @@ -324,7 +324,7 @@ def get_memory_monitor_info_path(workdir: str, allowtxtfile: bool = False) -> st if os.path.exists(init_path): path = init_path else: - logger.info(f"neither {path}, nor {init_path} exist") + logger.debug(f"neither {path}, nor {init_path} exist") path = "" if path == "" and allowtxtfile: