Closed bernhardreiter closed 1 year ago
I think it would be a valid way to remove the verbose
flag entirely and only use the log level to
enable the logging of the http requests and other things the verbose flag is doing.
verbose
should be equivalent to log level debug
.
It is unclear what
--verbose
does, now that we have loglevels.In the following example first without
-v
then with-v
it is seen that INFO entries are added:And the last one should not be INFO, but error.
One idea would be to make --verbose be the same as --logleve=debug and then turn all the verbose messages into debug messages.