]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: custom name for logformat node
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 8 Jan 2024 17:38:29 +0000 (18:38 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Tue, 20 Feb 2024 14:18:39 +0000 (15:18 +0100)
commit2ed6068f2a9c8731560f60e906d1ecb2a0439deb
tree144eca2f63e07d6d6f87004f8a4eb5ff73a5a880
parent5b31989a3f3b417bc314d666a67d5d07a46205a4
MINOR: log: custom name for logformat node

Add the ability to specify custom name (will be used for representation
in verbose output types such as json) to logformat nodes.

For now, a custom name should be composed by characters [a-zA-Z0-9-_]*
include/haproxy/log-t.h
src/log.c