diff --git a/swh/core/config.py b/swh/core/config.py --- a/swh/core/config.py +++ b/swh/core/config.py @@ -85,7 +85,7 @@ """ yml_file = f"{base_config_path}.yml" if exists_accessible(yml_file): - logger.info("Loading config file %s", yml_file) + logger.debug("Loading config file %s", yml_file) with open(yml_file) as f: return yaml.safe_load(f)