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

Remove log feature of tracing #2326

Closed
seanmonstar opened this issue Nov 11, 2020 · 0 comments · Fixed by #2342
Closed

Remove log feature of tracing #2326

seanmonstar opened this issue Nov 11, 2020 · 0 comments · Fixed by #2342
Labels
A-dependencies Area: library dependencies. E-easy Effort: easy. A task that would be a great starting point for a new contributor.
Milestone

Comments

@seanmonstar
Copy link
Member

The log feature of tracing should not be enabled by default in hyper (or h2). Since people likely are depending on the log records, this is a breaking change, and should be done in 0.14 (with a note in the release notes).

@seanmonstar seanmonstar added E-easy Effort: easy. A task that would be a great starting point for a new contributor. A-dependencies Area: library dependencies. labels Nov 11, 2020
@seanmonstar seanmonstar added this to the 0.14 milestone Nov 11, 2020
mikeyhew added a commit to mikeyhew/hyper that referenced this issue Nov 24, 2020
mikeyhew added a commit to mikeyhew/hyper that referenced this issue Nov 24, 2020
mikeyhew added a commit to mikeyhew/hyper that referenced this issue Nov 24, 2020
seanmonstar pushed a commit that referenced this issue Nov 25, 2020
Closes #2326

BREAKING CHANGE: hyper no longer emits `log` records automatically.
  If you need hyper to integrate with a `log` logger (as opposed to `tracing`),
  you can add `tracing = { version = "0.1", features = ["log"] }` to activate them.
BenxiangGe pushed a commit to BenxiangGe/hyper that referenced this issue Jul 26, 2021
)

Closes hyperium#2326

BREAKING CHANGE: hyper no longer emits `log` records automatically.
  If you need hyper to integrate with a `log` logger (as opposed to `tracing`),
  you can add `tracing = { version = "0.1", features = ["log"] }` to activate them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: library dependencies. E-easy Effort: easy. A task that would be a great starting point for a new contributor.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant