Conversation
5bc0186 to
14d29d6
Compare
14d29d6 to
c6cbce1
Compare
c6cbce1 to
78c6ece
Compare
2458c04 to
58a916c
Compare
d76ae18 to
c8a2b13
Compare
|
is there any chance of approving this? |
|
It will be, it's just a breaking change. |
|
Waiting for this PR to be merged. If anyone is annoyed by h2 (or any other crate) emitting tracing logs but actually useless to them, a temporary workaround is to set the tracing feature "max_level_off," which would prevent the generation of the event log code, potentially improving runtime performance and reducing the binary size. [dependencies]
# your dependencies here
tracing = { version = "*", default-features = false, features = ["max_level_off", "release_max_level_off"] } |
|
@seanmonstar is there anything that external contributors can do to help move this forward? Does it makes sense to make it an on-by-default feature to avoid the backwards compatibility issues? |
c8a2b13 to
4e1e2d1
Compare
While I can't speak on behalf of the org, I think that this is a great idea @gaynor-anthropic. Hyper could use -----BEGIN PHILOSOPHIC VALUE PROPOSITION----- Such a change would make a big difference for anyone hesitating to use hyper for anything from telehealth to military communications. Telemetry is often a non-starter for these purposes. Audit processes often start with looking through the dependency graph of an application. I understand that it may appear as if I'm introducing urgency in the form of moral obligation. That is a fair observation. -----END PHILOSOPHIC VALUE PROPOSITION----- |
Resolves #713.