]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: log-format/tcplog/httplog update
authorGuillaume de Lafond <gdelafond@aquaray.com>
Fri, 31 Mar 2017 17:52:15 +0000 (19:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 31 Mar 2017 19:07:10 +0000 (21:07 +0200)
"log-format"/"tcplog"/"httplog" overrides any previous "log-format"/"tcplog"/"httplog" config variables.

doc/configuration.txt

index 0ba2b02de565fc6d41c9aea8f7e38f7791ba159b..e3f2b21e647ec847c1735cac58e5b4cb2dcfa4c9 100644 (file)
@@ -4784,6 +4784,9 @@ log-format <string>
   the same log format. Please see section 8.2.4 which covers the log format
   string in depth.
 
+  "log-format" directive overrides previous "option tcplog", "log-format" and
+  "option httplog" directives.
+
 log-format-sd <string>
   Specifies the RFC5424 structured-data log format string
   May be used in sections:    defaults | frontend | listen | backend
@@ -5835,6 +5838,8 @@ option httplog [ clf ]
   Specifying only "option httplog" will automatically clear the 'clf' mode
   if it was set by default.
 
+  "option httplog" overrides any previous "log-format" directive.
+
   See also :  section 8 about logging.
 
 
@@ -6693,6 +6698,8 @@ option tcplog
 
   This option may be set either in the frontend or the backend.
 
+  "option tcplog" overrides any previous "log-format" directive.
+
   See also :  "option httplog", and section 8 about logging.