From 11a478781037d8d31b0a583f4cb4baa0f8341547 Mon Sep 17 00:00:00 2001 From: Romain Beucher Date: Mon, 2 Dec 2024 22:55:38 +1000 Subject: [PATCH] Fix 2593 Change log INFO to DEBUG (#2600) --- esmvalcore/_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esmvalcore/_task.py b/esmvalcore/_task.py index 66018c2789..27a6b83d14 100644 --- a/esmvalcore/_task.py +++ b/esmvalcore/_task.py @@ -392,7 +392,7 @@ def _initialize_cmd(self): script_file = Path(script).expanduser().absolute() err_msg = f"Cannot execute script '{script}' ({script_file})" if not script_file.is_file(): - logger.info( + logger.debug( "No local diagnostic script found. Attempting to load the script from the base repository." ) # Check if esmvaltool package is available