]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: trace: support setting the sink and level for all sources at once
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Aug 2024 17:18:43 +0000 (19:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Aug 2024 14:02:59 +0000 (16:02 +0200)
commitd2a49de9c77a61f7036b9f2d379e47b19029115c
tree3addecc03a71c6b2156d3132a680852a6a3267b6
parent6bf50dfccca992d7f05febb5819e57b601ef94c0
MINOR: trace: support setting the sink and level for all sources at once

It's extremely painful to have to set "trace <src> sink buf1" for all
sources, then to do the same for "level developer" (for example). Let's
have a possibility via a meta-source "all" to apply the change to all
sources at once. This currently supports level and sink, which are not
dependent on the source, this is a good start.
doc/management.txt
src/trace.c