diff --git a/samcli/lib/config/samconfig.py b/samcli/lib/config/samconfig.py index 0762249c8f..e9acafd557 100644 --- a/samcli/lib/config/samconfig.py +++ b/samcli/lib/config/samconfig.py @@ -269,7 +269,7 @@ def get_default_file(config_dir: str) -> str: config_file = filename if config_files_found == 0: # Config file doesn't exist (yet!) - LOG.info(f"No config file found. Creating one as {config_file}.") + LOG.debug("No config file found in this directory.") elif config_files_found > 1: # Multiple config files; let user know which is used LOG.info( f"More than one samconfig file found; using {config_file}."