]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: support explicit log target as argument in __do_send_log()
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 17 Aug 2023 11:45:19 +0000 (13:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 13 Oct 2023 08:05:06 +0000 (10:05 +0200)
commit60c5821867115ac4f133a1f7b968d22855973ae4
tree85d71f3f6c0825bd00f9b396470b5e898a51e7ed
parentcc3dfe89edc8ecef008dec802501195b7b9be98f
MINOR: log: support explicit log target as argument in __do_send_log()

__do_send_log() now takes an extra target parameter to pass an explicit
log target instead of getting it from logger->target.

This will allow __do_send_log() to be called multiple times within a
logger entry containing multiple log targets.
src/log.c