We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc9532 commit 9566dc4Copy full SHA for 9566dc4
crates/context/src/fmt.rs
@@ -18,7 +18,7 @@ use tracing_subscriber::{
18
19
use crate::LogContext;
20
21
-/// An event formatter usable by the [`tracing-subscriber`] crate, which
+/// An event formatter usable by the [`tracing_subscriber`] crate, which
22
/// includes the log context and the OTEL trace ID.
23
#[derive(Debug, Default)]
24
pub struct EventFormatter;
0 commit comments