Skip to content

Commit

Permalink
opentelemetry: revert "opentelemetry: disable default tracing-log fea…
Browse files Browse the repository at this point in the history
…ture (tokio-rs#1869)" (tokio-rs#1882)

This reverts commit 2f10453.
  • Loading branch information
jtescher authored and kaffarell committed May 22, 2024
1 parent 6f73ae5 commit 5c27b4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ rust-version = "1.46.0"
[features]
default = ["tracing-log"]

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

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

0 comments on commit 5c27b4a

Please sign in to comment.