]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: trace: define simple -dt argument
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 22 Nov 2023 13:58:59 +0000 (14:58 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 27 Nov 2023 16:10:18 +0000 (17:10 +0100)
commitcef29d3708a57ffe99de1932a7ab13910e683eed
treea25a6951f69911b3741a70f5a272b3a446099809
parenteabe477ad2d57da5477deafc93319a1f02bd7b6f
MINOR: trace: define simple -dt argument

Add '-dt' haproxy process argument. This will automatically activate all
trace sources on stderr with the error level. This could be useful to
troubleshoot issues such as protocol violations.
doc/management.txt
include/haproxy/trace.h
src/haproxy.c
src/trace.c