log: don't enable this feature by default (#660)

Unfortunately, tracing/log is a non-additive feature (https://github.com/tokio-rs/tracing/issues/1793), so enabling it is a bit radioactive.
This commit is contained in:
Noah Kennedy 2022-04-14 02:25:42 -05:00 committed by GitHub
parent 34d6e7befa
commit 5064987ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ edition = "2018"
rust-version = "1.49.0"
[features]
default = ["log"]
# Internal
__common = ["futures-core", "pin-project-lite"]