From c97195bf0bc562a94b27af4ccc183e8161d2fd5a Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 2 Oct 2019 16:49:50 -0600 Subject: [PATCH] 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. --- doc/userguide/partials/options.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/userguide/partials/options.rst b/doc/userguide/partials/options.rst index 9a0863ab97..fec2a2380e 100644 --- a/doc/userguide/partials/options.rst +++ b/doc/userguide/partials/options.rst @@ -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.