Skip to content

Commit 1f21ae5

Browse files
authored
Merge pull request #10053 from pypa/news/verbosity
2 parents cd52165 + c495eab commit 1f21ae5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

news/9450.feature.rst

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

0 commit comments

Comments
 (0)