From: Jan Wagner Date: Thu, 17 Dec 2020 21:22:32 +0000 (+0100) Subject: DOC: fix "smp_size" vs "sample_size" in "log" directive arguments X-Git-Tag: v2.4-dev4~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e678607e221bb38ff1032be239853b9243210fb;p=thirdparty%2Fhaproxy.git DOC: fix "smp_size" vs "sample_size" in "log" directive arguments The "log" directive syntax shows an argument named "smp_size" but the description mentions "sample_size". Let's fix this. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 32df1cac3a..023490f2da 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1215,7 +1215,7 @@ localpeer This option will also set the HAPROXY_LOCALPEER environment variable. See also "-L" in the management guide and "peers" section below. -log
[len ] [format ] [sample :] +log
[len ] [format ] [sample :] [max level [min level]] Adds a global syslog server. Several global servers can be defined. They will receive logs for starts and exits, as well as all logs from proxies @@ -2701,7 +2701,7 @@ default-server [param*] enable This re-enables a disabled peers section which was previously disabled. -log
[len ] [format ] [sample :] +log
[len ] [format ] [sample :] [ []] "peers" sections support the same "log" keyword as for the proxies to log information about the "peers" listener. See "log" option for proxies for @@ -3069,7 +3069,7 @@ dgram-bind [param*] silently ignored as irrelevant for UDP/syslog case. log global -log
[len ] [format ] [sample :] +log
[len ] [format ] [sample :] [ []] Used to configure target log servers. See more details on proxies documentation. @@ -7141,7 +7141,7 @@ load-server-state-from-file { global | local | none } log global -log
[len ] [format ] [sample :] +log
[len ] [format ] [sample :] [ []] no log Enable per-instance logging of events and traffic. @@ -20838,7 +20838,7 @@ index log-stderr global log-stderr
[len ] [format ] - [sample :] [ []] + [sample :] [ []] Enable logging of STDERR messages reported by the FastCGI application. See "log" keyword in section 4.2 for details. It is an optional setting. By