Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

excessive logs despite "--quiet" when running "pipenv check" #6228

Open
MalteMagnussen opened this issue Aug 30, 2024 · 1 comment
Open

excessive logs despite "--quiet" when running "pipenv check" #6228

MalteMagnussen opened this issue Aug 30, 2024 · 1 comment
Labels

Comments

@MalteMagnussen
Copy link

Issue description

Running pipenv --bare --quiet check --quiet --use-installed still produces lots of INFO logs.

Expected result

I'd like to only see the following:

(using image because of error There was an error creating your Issue: body is too long (maximum is 65536 characters). )

image

Actual result

I am seeing all of these "INFO" and "LINE" logs that I am not interested in, when using --quiet

image

Steps to replicate

Run pipenv --bare --quiet check --quiet --use-installed and see the excessive output, despite --quiet

Uploading the output of pipenv --support because of "body too long" error.

support.txt

@matteius
Copy link
Member

We bundle safety in pipenv but we have never modified it to change its logging behaviors. Doing so would require a .patch file that modified the vendored dependency, which may be more trouble than its worth IMO for the safety sub-command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants