]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: config: document logformat item naming and typecasting features
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 27 May 2024 10:02:27 +0000 (12:02 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Mon, 27 May 2024 15:04:16 +0000 (17:04 +0200)
commit141bc5ba0dd03749b04184ce41477f63ee533926
tree65437ea76596d885fe56a84e134c9c5d3fb71c29
parent435a9da267a850d648e8c3a9d1d3b4bb7b1dc939
DOC: config: document logformat item naming and typecasting features

The ability to give a name to a logformat_node (known as logformat item in
the documentation) implemented in 2ed6068f2a ("MINOR: log: custom name for
logformat node") wasn't documented.

The same goes for the ability to force the logformat_node's output type to
a specific type implemented in 1448478d62 ("MINOR: log: explicit
typecasting for logformat nodes")

Let's quickly describe such new usages at the start of the custom log
format section.
doc/configuration.txt