]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Define a default https log format
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 29 Jul 2021 07:45:52 +0000 (09:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 29 Jul 2021 13:40:45 +0000 (15:40 +0200)
commit98b930d04329ccedbd85b1862f24e52933ba45e5
tree0d878030c39dc703a51d73976bb0475e8fac24e8
parent7c6898ee4907e66c000a77ec32effd5acf1b99d8
MINOR: ssl: Define a default https log format

This patch adds a new httpslog option and a new HTTP over SSL log-format
that expands the default HTTP format and adds SSL specific information.
doc/configuration.txt
include/haproxy/log.h
src/cfgparse-listen.c
src/log.c
src/proxy.c