### 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).` )  ### Actual result I am seeing all of these "INFO" and "LINE" logs that I am not interested in, when using --quiet  ### 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](https://github.com/user-attachments/files/16817303/support.txt)