]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: register config file and line number on log servers.
authorEmeric Brun <ebrun@haproxy.com>
Fri, 2 Apr 2021 08:13:43 +0000 (10:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2021 07:18:34 +0000 (09:18 +0200)
commit9533a703819dd5fc516a7443d20e41d4af474aff
tree62dc9e8ce39a23c09c02c101b91b629a1fc46b46
parentce325c43608aab530ee3140e683fa3d5232f573e
MINOR: log: register config file and line number on log servers.

This patch registers the parsed file and the line where a log server
is declared to make those information available in configuration
post check.

Those new informations were added on error messages probed resolving
ring names on post configuration check.
include/haproxy/log-t.h
include/haproxy/log.h
src/cfgparse-global.c
src/cfgparse-listen.c
src/cfgparse.c
src/fcgi-app.c
src/flt_spoe.c
src/log.c
src/sink.c