From f2f5c4ee8e6c9f08303887a92981d09d7f3f30a2 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 17 Dec 2020 22:22:32 +0100 Subject: [PATCH] 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. (cherry picked from commit 3e678607e221bb38ff1032be239853b9243210fb) Signed-off-by: Christopher Faulet --- doc/configuration.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index ec181f2..362a2fb 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1213,7 +1213,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 @@ -2681,7 +2681,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 @@ -3049,7 +3049,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. @@ -7088,7 +7088,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. @@ -20572,7 +20572,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 -- 1.7.10.4