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: