mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-12 22:44:32 +00:00
MINOR: quic: use more verbose QUIC traces set at compile-time
Remove the verbosity set to 0 on quic_init_stdout_traces. This will generate even more verbose traces on stdout with the default verbosity of 1 when compiling with -DENABLE_QUIC_STDOUT_TRACES.
This commit is contained in:
parent
118b2cbf84
commit
5bae85d0d2
@ -5021,7 +5021,6 @@ static void quic_init_stdout_traces(void)
|
||||
#ifdef ENABLE_QUIC_STDOUT_TRACES
|
||||
trace_quic.sink = sink_find("stdout");
|
||||
trace_quic.level = TRACE_LEVEL_DEVELOPER;
|
||||
trace_quic.verbosity = 0;
|
||||
trace_quic.state = TRACE_STATE_RUNNING;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user