commit | b6f759b43d1a6d8baa2394c275d6de277be15e84 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Nov 05 09:57:45 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Nov 06 04:49:56 2019 +0100 |
tree | 751e5b7a8a4ab6cdcac192c328b529ac7c3495da | |
parent | 6bcd1826c53bdb84213e38a6389fbe5a14f4df0f [diff] |
MINOR: peers: Add "log" directive to "peers" section. This patch is easy to review: let's call parse_logsrv() function to parse "log" directive as this is already for other sections for proxies. This enable us to log incoming TCP connections for the listeners for "peers" sections. Update the documentation for "peers" section.