MINOR: trace: support -dt optional format
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 22 Nov 2023 16:27:57 +0000 (17:27 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 27 Nov 2023 16:15:14 +0000 (17:15 +0100)
commite97489a526e5ef2a48b747660e0faf3db5b052d2
treef69d4779e064a56f6171251d657577a9af8fd300
parent670520cff85d3a823b5a3f6d824c31cd3f5a2a72
MINOR: trace: support -dt optional format

Add an optional argument for "-dt". This argument is interpreted as a
list of several trace statement separated by comma. For each statement,
a specific trace name can be specifed, or none to act on all sources.
Using double-colon separator, it is possible to add specifications on
the wanted level and verbosity.
doc/management.txt
include/haproxy/trace.h
src/haproxy.c
src/trace.c