]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: introduce "log-steps" proxy keyword
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 31 Jul 2024 15:06:57 +0000 (17:06 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 26 Sep 2024 14:53:07 +0000 (16:53 +0200)
commitc043d5d37236d246b88407a9607f4c291205fa82
tree9a1bcb2068e23c2d5be85f506f5f624f0e8ae112
parent9341792baf7ec8055fb500913aeee725b4bdaf57
MINOR: log: introduce "log-steps" proxy keyword

For now it is only available for proxies with frontend capability because
log-steps are only evaluated under sess_log() or strm_log() which
essentially focus on the frontend side when it comes to log settings so
it's better to keep it this way for better consistency, at least for now.

For now the setting does nothing (it is not considered during runtime),
it will be implemented and documented in upcoming commits.
include/haproxy/log-t.h
include/haproxy/proxy-t.h
src/log.c