Merge pull request #10053 from pypa/news/verbosity

This commit is contained in:
Pradyun Gedam 2021-06-11 13:36:37 +01:00 committed by GitHub
commit 1f21ae5c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
Require ``-vv`` for full debug-level output, ``-v`` now enables an intermediate level of verbosity,
e.g. showing subprocess output of ``setup.py install`` but not all dependency resolution debug output.
Add an additional level of verbosity. ``--verbose`` (and the shorthand ``-v``) now
contains significantly less output, and users that need complete full debug-level output
should pass it twice (``--verbose --verbose`` or ``-vv``).