Skip to content

Commit c824416

Browse files
23SkidoodavidB
authored andcommitted
Fix the tracing_level_info feature in tonic-tracing-otel
1 parent 60a154c commit c824416

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tonic-tracing-opentelemetry/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,6 @@ opentelemetry_sdk = { workspace = true, features = [
6363
[features]
6464
default = []
6565
# to use level `info` instead of `trace` to create otel span
66-
tracing_level_info = []
66+
tracing_level_info = [
67+
"tracing-opentelemetry-instrumentation-sdk/tracing_level_info",
68+
]

0 commit comments

Comments
 (0)