Skip to content

Commit d9c6d68

Browse files
authored
Log ending round state during resolver debug (#12264)
1 parent 6576879 commit d9c6d68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pip/_internal/resolution/resolvelib/reporter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def starting_round(self, index: int) -> None:
6666

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

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

0 commit comments

Comments
 (0)