]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-spop/mux-fcgi: Add support of the debug string for logs
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Feb 2025 15:04:26 +0000 (16:04 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2025 10:19:32 +0000 (11:19 +0100)
commit0aa69e78656f48256798686f7ee06eb3ba3e5004
treea43a02712e8bcfe57ec03f759fcf9ffe34c60e06
parent456cfa450ae69835c616b6370ef64c3027739d19
MINOR: mux-spop/mux-fcgi: Add support of the debug string for logs

Now it is possible to have debug info about FCGI and SPOP multiplexers. To do
so, the support for the MUX_SCTL_DBG_STR command was implemented for these
muxes.

The have this log message, the log-format must be set to:

  log-format "$HAPROXY_HTTP_LOG_FMT bs=<%[bs.debug_str]>"
src/mux_fcgi.c
src/mux_spop.c