Skip to content

Commit fa46784

Browse files
committed
Add tracing_level_info feature to enable the same feature in dependencies
1 parent d2a7e3b commit fa46784

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ exclude = [".pre-commit-config.yaml"]
1515
[features]
1616
axum = ["dep:axum-tracing-opentelemetry"]
1717
tonic = ["dep:tonic-tracing-opentelemetry"]
18+
tracing_level_info = [
19+
"axum-tracing-opentelemetry/tracing_level_info",
20+
"tonic-tracing-opentelemetry/tracing_level_info",
21+
]
1822

1923
[dependencies]
2024
axum-tracing-opentelemetry = { version = "0.29", optional = true }

0 commit comments

Comments
 (0)