commit | 94aab06e24237c1c0ca0cf13adba7decd5d4e633 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Fri Apr 02 10:41:36 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 07 09:18:34 2021 +0200 |
tree | 786e885b08bf2be0ab5480f70b6fd67cb0faf401 | |
parent | 9533a703819dd5fc516a7443d20e41d4af474aff [diff] |
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.