]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: trace: support all source alias on -dt
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 7 Jan 2025 17:29:23 +0000 (18:29 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 10 Jan 2025 13:50:59 +0000 (14:50 +0100)
commita2c0c459a4b5e870b64ad6c6393fcd04c5529997
treebbf83ae1b54bfa13d8cad3c4589c3a82130a09df
parenta50dd07c16fcca41e7491203aa2c9b20ed8f65b5
MINOR: trace: support all source alias on -dt

Command line argument -dt can be used to activate traces during startup.
Via its optional argument, it is possible to change settings for a
particular trace source. It is also possible to update every registered
sources by specifying an empty name.

Support the trace source alias "all". This is an alternative to the
empty name to update every sources.
src/trace.c