Deprecate -d, make -v log level counter.
This commit is contained in:
parent
f473b671b1
commit
e7c3c15724
2 changed files with 25 additions and 10 deletions
|
|
@ -46,11 +46,12 @@ All commands accept the following options:
|
|||
|
||||
.. option:: -d, --debug
|
||||
|
||||
Set log level to debug
|
||||
Set log level to debug (deprecated, use -vvv instead)
|
||||
|
||||
.. option:: -v, --verbose
|
||||
|
||||
Set log level to info, be more verbose
|
||||
Increase log level, be more verbose. The order of levels from lowest to
|
||||
greatest are: ERROR, WARNING, INFO, DEBUG.
|
||||
|
||||
.. option:: -V, --version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue