mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-29 05:50:56 +00:00
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:
parent
34d6e7befa
commit
5064987ffe
@ -23,7 +23,6 @@ edition = "2018"
|
||||
rust-version = "1.49.0"
|
||||
|
||||
[features]
|
||||
default = ["log"]
|
||||
|
||||
# Internal
|
||||
__common = ["futures-core", "pin-project-lite"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user