Skip to content

Commit

Permalink
Show conflicting candidates at default log level
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozee committed Sep 4, 2024
1 parent 111eed1 commit df8a9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/12650.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Show conflicting candidates while resolving at default log level.
2 changes: 1 addition & 1 deletion src/pip/_internal/resolution/resolvelib/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def rejecting_candidate(self, criterion: Any, candidate: Candidate) -> None:
else:
msg += "The user requested "
msg += req.format_for_error()
logger.debug(msg)
logger.info(msg)


class PipDebuggingReporter(BaseReporter):
Expand Down

0 comments on commit df8a9cc

Please sign in to comment.