mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-29 02:00:37 -04: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
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue