Skip to content

Commit

Permalink
Fix 2593 Change log INFO to DEBUG (#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher authored Dec 2, 2024
1 parent 8b4a63a commit 11a4787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmvalcore/_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11a4787

Please sign in to comment.