]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: add missing entry for log-format and clarify the text
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Jan 2015 13:55:17 +0000 (14:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Jan 2015 14:03:23 +0000 (15:03 +0100)
There was no "log-format" entry in the keyword index! This should be
backported to 1.5.

doc/configuration.txt

index ee3b83408b1995fa76d49a000cb0999c12ab97d0..1b4be4dea570e036c1f015797e0c9b6ab76e260d 100644 (file)
@@ -1352,6 +1352,7 @@ http-send-name-header                     -          -         X         X
 id                                        -          X         X         X
 ignore-persist                            -          X         X         X
 log                                  (*)  X          X         X         X
+log-format                                X          X         X         -
 max-keep-alive-queue                      X          -         X         X
 maxconn                                   X          X         X         -
 mode                                      X          X         X         X
@@ -3547,9 +3548,15 @@ no log
 
 
 log-format <string>
-   Allows you to custom a log line.
+  Specifies the log format string to use for traffic logs
+  May be used in sections:    defaults | frontend | listen | backend
+                                 yes   |    yes   |   yes  |    no
 
-   See also : Custom Log Format (8.2.4)
+  This directive specifies the log format string that will be used for all logs
+  resulting from traffic passing through the frontend using this line. If the
+  directive is used in a defaults section, all subsequent frontends will use
+  the same log format. Please see section 8.2.4 which covers the log format
+  string in depth.
 
 
 max-keep-alive-queue <value>