]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: config: clarify log-forward "host" option
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 28 Apr 2025 10:09:45 +0000 (12:09 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Mon, 28 Apr 2025 10:23:16 +0000 (12:23 +0200)
commite9213628109dfa6a2b6cffd9e7d38ffa36fafcc6
tree44afba7ddb7ce31ad27fb71403646629af5df5aa
parent385b3f923f0f75c6af21165fcab05ce183af16b9
DOC: config: clarify log-forward "host" option

log-forward "host" option may be confusing because we often mention the
host field when talking about syslog RFC3164 or RFC5424 messages, but
neither rfc actually define "host" field. In fact, everywhere we used
"host field" we actually meant "hostname field" as documented in RFC5424.
This was a language abuse on our side.

In this patch we replace "host" with "hostname" where relevant in the
documentation to prevent confusion.

Thanks to Nick Ramirez for having reported the issue.
doc/configuration.txt