Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qlog: add a default tracer that writes to QLOGDIR #4233

Merged
merged 8 commits into from
Jan 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
Co-authored-by: Marten Seemann <[email protected]>
  • Loading branch information
birneee and marten-seemann committed Jan 10, 2024
commit 7bae5238891a21068201daabdf4b8c26a98020e8
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ quic.Config{
This example creates a new qlog file under `<QLOGDIR>/<Original Destination Connection ID>_<Vantage Point>.qlog`, e.g. `qlogs/2e0407da_client.qlog`.


For a custom qlog behavior, `qlog.NewConnectionTracer` can be used.
For custom qlog behavior, `qlog.NewConnectionTracer` can be used.

## Using HTTP/3

Expand Down