Skip to content

Commit

Permalink
opentelemetry: disable default tracing-log feature (tokio-rs#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtescher authored Feb 1, 2022
1 parent 1143858 commit 2f10453
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ license = "MIT"
edition = "2018"
rust-version = "1.46.0"

[features]
default = ["tracing-log"]

[dependencies]
opentelemetry = { version = "0.17", default-features = false, features = ["trace"] }
tracing = { path = "../tracing", version = "0.2", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 2f10453

Please sign in to comment.