Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebedard committed Nov 23, 2023
1 parent 44a0742 commit e640051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-appender-tracing/examples/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fn main() {

info_span!("my-span").in_scope(|| {
info!(target: "my-system", "an info log");
})
});

error!(name: "my-event-name", target: "my-system", event_id = 20, user_name = "otel", user_email = "otel@opentelemetry.io");
drop(provider);
Expand Down

0 comments on commit e640051

Please sign in to comment.