Document what level of `verbose` `-vv` corresponds to
RoyalTS opened this issue · 4 comments
RoyalTS commented
I take it the -v
option corresponds to verbose=1
. Does -vv
correspond to verbose=2
?
econchick commented
hey @RoyalTS - just to be clear, you are requesting better docs around verbose
when setting it in config, e.g. pyproject.toml
?
RoyalTS commented
Yeah, sorry, should have been clearer. I'm asking for the correspondence between the command-line arguments and the settings.
econchick commented
Gotcha! So sorry for the confusion, I’ll definitely update the docs for better clarity.
And yeah, you have it correct: in config, if you want no verbosity, then it’s verbose = 0. If you want the equivalent of -v, then it’s verbose = 1. And -vv is verbose = 2.