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

add a multiplexer for the tracer #2665

Merged
merged 2 commits into from
Jul 11, 2020
Merged

add a multiplexer for the tracer #2665

merged 2 commits into from
Jul 11, 2020

Conversation

marten-seemann
Copy link
Member

This allows users to easily attach multiple tracers, by passing a Tracer constructed from logging.NewMultiplexedTracer() in the quic.Config.Tracer.

@codecov
Copy link

codecov bot commented Jul 9, 2020

Codecov Report

Merging #2665 into master will increase coverage by 0.05%.
The diff coverage is 92.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2665      +/-   ##
==========================================
+ Coverage   86.68%   86.74%   +0.05%     
==========================================
  Files         123      124       +1     
  Lines        9778     9862      +84     
==========================================
+ Hits         8476     8554      +78     
- Misses        970      973       +3     
- Partials      332      335       +3     
Impacted Files Coverage Δ
logging/multiplex.go 92.86% <92.86%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f5cba0...c8d4343. Read the comment docs.

@marten-seemann marten-seemann merged commit 50adf3a into master Jul 11, 2020
@marten-seemann marten-seemann deleted the logging-multiplexer branch July 11, 2020 03:32
@aschmahmann aschmahmann mentioned this pull request Sep 22, 2020
72 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants