Skip to content

Commit 5064987

Browse files
authored
log: don't enable this feature by default (#660)
Unfortunately, tracing/log is a non-additive feature (tokio-rs/tracing#1793), so enabling it is a bit radioactive.
1 parent 34d6e7b commit 5064987

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tower/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ edition = "2018"
2323
rust-version = "1.49.0"
2424

2525
[features]
26-
default = ["log"]
2726

2827
# Internal
2928
__common = ["futures-core", "pin-project-lite"]

0 commit comments

Comments
 (0)