]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: log: support tcp or stream addresses on log lines.
authorEmeric Brun <ebrun@haproxy.com>
Fri, 2 Apr 2021 08:41:36 +0000 (10:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2021 07:18:34 +0000 (09:18 +0200)
commit94aab06e24237c1c0ca0cf13adba7decd5d4e633
tree786e885b08bf2be0ab5480f70b6fd67cb0faf401
parent9533a703819dd5fc516a7443d20e41d4af474aff
MEDIUM: log: support tcp or stream addresses on log lines.

An explicit stream address prefix such as "tcp6@" "tcp4@"
"stream+ipv6@" "stream+ipv4@" or "stream+unix@" will
allocate an implicit ring buffer with a forward server
targeting the given address.

This is usefull to simply send logs to a log server in tcp
and It doesn't need to declare a ring section in configuration.
doc/configuration.txt
src/log.c
src/sink.c