h2o / picotls

TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
536 stars 140 forks source link

Generating qlog files when using quicly as a library #441

Closed piano-man closed 1 year ago

piano-man commented 1 year ago

Is there any documentation about what steps need to be followed to generate qlog files when using quicly as a library in applications? I see a bunch of PRs relating to traces, dtraces, logs, etc, but I was unable to find any coherent source of information about the steps that need to be followed to enable this logging and tracing.

I'd appreciate any pointers about this functionality and would be happy to include this in the documentation and raise a PR for ease of future users. Thanks!