doc: -v verbose option documentation update

Update -v documentation to reflect the new behaviour discussed
in bug #1851 where -v changes the log level to fixed levels
instead of an offset of the default log level configured
in suricata.yaml.
pull/4290/head
Jason Ish 6 years ago committed by Victor Julien
parent 8425259c88
commit c97195bf0b

@ -18,8 +18,18 @@
.. option:: -v
The -v option enables more verbosity of Suricata's output. Supply
multiple times for more verbosity.
Increase the verbosity of the Suricata application logging by
increasing the log level from the default. This option can be
passed multiple times to further increase the verbosity.
- -v: INFO
- -vv: PERF
- -vvv: CONFIG
- -vvvv: DEBUG
This option will not decrease the log level set in the
configuration file if it is already more verbose than the level
requested with this option.
.. Basic input options.

Loading…
Cancel
Save