Skip to content

Commit

Permalink
Log ending round state during resolver debug (#12264)
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Jul 15, 2024
1 parent 6576879 commit d9c6d68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pip/_internal/resolution/resolvelib/reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def starting_round(self, index: int) -> None:

def ending_round(self, index: int, state: Any) -> None:
logger.info("Reporter.ending_round(%r, state)", index)
logger.debug("Reporter.ending_round(%r, %r)", index, state)

def ending(self, state: Any) -> None:
logger.info("Reporter.ending(%r)", state)
Expand Down

0 comments on commit d9c6d68

Please sign in to comment.