Skip to content

Commit

Permalink
hap-cfg: support new traces section
Browse files Browse the repository at this point in the history
The global keyword trace is now unsupported. Replace it with the newly
introduced dedicated traces section.
  • Loading branch information
a-denoyelle committed Oct 2, 2024
1 parent e2c9959 commit 81f3b94
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions quic.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@ global
tune.ssl.keylog on
lua-load sslkeylogger.lua

expose-experimental-directives
trace quic sink stderr
trace quic level developer
trace quic verbosity clean
trace quic start now

trace qmux sink stderr
trace qmux level developer
trace qmux verbosity minimal
trace qmux start now

trace h3 sink stderr
trace h3 level developer
trace h3 verbosity minimal
trace h3 start now

defaults
mode http
timeout connect 5s
Expand All @@ -37,3 +21,19 @@ frontend fe

backend be
server lighttpd 127.0.0.1:10080

traces
trace quic sink stderr
trace quic level developer
trace quic verbosity clean
trace quic start now

trace qmux sink stderr
trace qmux level developer
trace qmux verbosity minimal
trace qmux start now

trace h3 sink stderr
trace h3 level developer
trace h3 verbosity minimal
trace h3 start now

0 comments on commit 81f3b94

Please sign in to comment.