Skip to content

Commit 4a8ddfb

Browse files
lalitbcijothomas
andauthored
Update examples/self-diagnostics/src/main.rs
Co-authored-by: Cijo Thomas <[email protected]>
1 parent 7c25d3e commit 4a8ddfb

File tree

1 file changed

+1
-1
lines changed
  • examples/self-diagnostics/src

1 file changed

+1
-1
lines changed

examples/self-diagnostics/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fn init_logger_provider() -> opentelemetry_sdk::logs::LoggerProvider {
3939
|| target.starts_with("tonic")
4040
|| target.starts_with("tower")
4141
|| target.starts_with("reqwest")
42-
|| target.starts_with("opentelemetry_"))
42+
|| target.starts_with("opentelemetry"))
4343
&& metadata.level() == &tracing::Level::ERROR
4444
});
4545
// Configure fmt::Layer to print detailed log information, including structured fields

0 commit comments

Comments
 (0)