Skip to content

Commit

Permalink
Downgrade log level for configuration defaults message
Browse files Browse the repository at this point in the history
  • Loading branch information
atugushev committed Jul 1, 2023
1 parent e8b8ce7 commit def0dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion piptools/scripts/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def cli(
)

if config:
log.info(f"Using pip-tools configuration defaults found in '{config !s}'.")
log.debug(f"Using pip-tools configuration defaults found in '{config !s}'.")

if resolver_name == "legacy":
log.warning(
Expand Down
2 changes: 1 addition & 1 deletion piptools/scripts/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def cli(
sys.exit(2)

if config:
log.info(f"Using pip-tools configuration defaults found in '{config !s}'.")
log.debug(f"Using pip-tools configuration defaults found in '{config !s}'.")

if python_executable:
_validate_python_executable(python_executable)
Expand Down

0 comments on commit def0dd5

Please sign in to comment.