]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: log: rename logformat var to logformat tag
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 2 Apr 2024 12:51:57 +0000 (14:51 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Thu, 4 Apr 2024 17:10:01 +0000 (19:10 +0200)
commitc85cbc1061522bf656d69a0b108502582b4ea3a8
tree8fa1381117e9034a71c16921f7acb987ed7487de
parent64b5ab87ef32e282fc27fdf53380494512cc3562
MEDIUM: log: rename logformat var to logformat tag

What we use to call logformat variable in the code is referred as
log-format tag in the documentation. Having both 'var' and 'tag' labels
referring to the same thing is really confusing. Let's make the code
comply with the documentation by replacing all logformat var/variable/VAR
occurences with either tag or TAG.

No functional change should be expected, the only visible side-effect from
user point of view is that "variable" was replaced by "tag" in some error
messages.
include/haproxy/log-t.h
include/haproxy/log.h
src/log.c