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 71675a9 commit 88dda34Copy full SHA for 88dda34
tracing/src/lib.rs
@@ -670,7 +670,7 @@
670
//! entered, exited, and closed. Since these additional span lifecycle logs have
671
//! the potential to be very verbose, and don't include additional fields, they
672
//! will always be emitted at the `Trace` level, rather than inheriting the
673
-//! level of the span that generated them. Furthermore, they are are categorized
+//! level of the span that generated them. Furthermore, they are categorized
674
//! under a separate `log` target, "tracing::span" (and its sub-target,
675
//! "tracing::span::active", for the logs on entering and exiting a span), which
676
//! may be enabled or disabled separately from other `log` records emitted by
0 commit comments