Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samcli/lib/config/samconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}."
Expand Down