diff --git a/Shorewall-lite/shorewall-lite b/Shorewall-lite/shorewall-lite index 66198b895..c27c17f76 100755 --- a/Shorewall-lite/shorewall-lite +++ b/Shorewall-lite/shorewall-lite @@ -349,7 +349,7 @@ restart_command() { # usage() # $1 = exit status { - echo "Usage: $(basename $0) [debug|trace] [nolock] [ -q ] [ -v ] [ -t ] " + echo "Usage: $(basename $0) [debug|trace] [nolock] [ -q ] [ -v[-1|{0-2}] ] [ -t ] " echo "where is one of:" echo " allow
..." echo " clear" diff --git a/manpages/shorewall.conf.xml b/manpages/shorewall.conf.xml index 8898e5589..b2d625e17 100644 --- a/manpages/shorewall.conf.xml +++ b/manpages/shorewall.conf.xml @@ -734,6 +734,30 @@ net all DROP infothen the chain name is 'net2all' + + LOG_VERBOSITY=[number] + + + This option controls the amount of information logged to the + file specified in the STARTUP_LOG option. + + Values are: + + + -1 — Logging is disabled + + 0 — Silent. Only error messages are logged. + + 1 — Major progress messages logged. + + 2 — All progress messages logged + + + If not specified, then -1 is assumed. + + + LOGALLNEW=[log-level] @@ -1377,6 +1401,19 @@ net all DROP infothen the chain name is 'net2all' + + STARTUP_LOG=[pathname] + + + If specified, determines where Shorewall will log the details + of each start, restart and refresh command. Logging verbosity is + determined by the setting of LOG_VERBOSITY above. + + + SUBSYSLOCK=[pathname]