Reword the changelog entry for verbosity changes

This commit is contained in:
Pradyun Gedam 2021-06-11 12:07:45 +01:00 committed by GitHub
parent c16585173b
commit 119671fc1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
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`` now contains significantly less output, and users that need complete full debug-level output should pass it twice.