pipenv update --outdated became noisy #5854
Labels
Contributor Candidate
The issue has been identified/triaged and contributions are welcomed/encouraged.
Type: Regression
This issue is a regression of a previous behavior.
Issue description
pipenv update --outdated
writes extensive INFO logs to console.Flags
--bare
and--quiet
do not change this.The new behaviour began in release 2023.8.19 and persists at least through release 2023.8.22.
Expected result
Console output without added flags; possibly less with
--bare
or--quiet
:Actual result
More than 120k of log output to the console:
pipenv.log.txt
Steps to replicate
Any one of
pipenv update --outdated
pipenv --bare update --outdated
pipenv --quiet update --outdated
pipenv.support.txt
The text was updated successfully, but these errors were encountered: