Confused about flag --verbose count

i am not clear about this flag.

-v, --verbose count                        Print lots more stuff (repeat for more)

what is the maximum count number?

what is the difference between:
--verbose=1
and
--verbose=100000000
and
-vvvvvvvvvvvvv

and how is it different from

--log-level string                     Log level DEBUG|INFO|NOTICE|ERROR (default "NOTICE")

thanks

-v is the same INFO
-vv is DEBUG

thanks
........

it's not. It's just a short-hand version. Functionally identical.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.