commit | 118b2cbf8430a9513947c27a8403ff380e1dcaf2 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Nov 25 16:05:16 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Nov 25 16:12:44 2021 +0100 |
tree | f5be33efe9ba399517f3f24b9613af9c6bdb02ab | |
parent | 7d3aea50b81d992d08501f1177eae2943042a2d6 [diff] |
MINOR: quic: activate QUIC traces at compilation Implement a function quic_init_stdout_traces called at STG_INIT. If ENABLE_QUIC_STDOUT_TRACES preprocessor define is set, the QUIC trace module will be automatically activated to emit traces on stdout on the developer level. The main purpose for now is to be able to generate traces on the haproxy docker image used for QUIC interop testing suite. This should facilitate test failure analysis.