Skip to content

Commit

Permalink
log: don't enable this feature by default (#660)
Browse files Browse the repository at this point in the history
Unfortunately, tracing/log is a non-additive feature (tokio-rs/tracing#1793), so enabling it is a bit radioactive.
  • Loading branch information
Noah-Kennedy authored Apr 14, 2022
1 parent 34d6e7b commit 5064987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tower/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ edition = "2018"
rust-version = "1.49.0"

[features]
default = ["log"]

# Internal
__common = ["futures-core", "pin-project-lite"]
Expand Down

0 comments on commit 5064987

Please sign in to comment.