]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: Remove log-error-via-logformat option
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Tue, 31 Aug 2021 10:08:51 +0000 (12:08 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 31 Aug 2021 10:13:06 +0000 (12:13 +0200)
commit3d6350e1084ca806d9f78c3802665e235e1fbf27
tree8ed23487f8884afa74b6dd399285d944e4d9dcbe
parent28e295d92c6fcb416ce6077cb2018a48f3c258f3
MINOR: log: Remove log-error-via-logformat option

This option will be replaced by a "error-log-format" that enables to use
a dedicated log-format for connection error messages instead of the
regular log-format (in which most of the fields would be invalid in such
a case).
The "log-error-via-logformat" mechanism will then be replaced by a test
on the presence of such an error log format or not. If a format is
defined, it is used for connection error messages, otherwise the legacy
error log format is used.
doc/configuration.txt
src/proxy.c