File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 636
636
//! ### Emitting `log` Records
637
637
//!
638
638
//! This crate provides two feature flags, "log" and "log-always", which will
639
- //! cause [spans] and [events] to emit `log` records. When the "log" feature is
639
+ //! cause [spans][span] and [events][event ] to emit `log` records. When the "log" feature is
640
640
//! enabled, if no `tracing` `Subscriber` is active, invoking an event macro or
641
641
//! creating a span with fields will emit a `log` record. This is intended
642
642
//! primarily for use in libraries which wish to emit diagnostics that can be
671
671
//!
672
672
//! The [`tracing-log`] crate provides a compatibility layer which
673
673
//! allows a `tracing` [`Subscriber`] to consume `log` records as though they
674
- //! were `tracing` [events]. This allows applications using `tracing` to record
674
+ //! were `tracing` [events][event] . This allows applications using `tracing` to record
675
675
//! the logs emitted by dependencies using `log` as events within the context of
676
676
//! the application's trace tree. See [that crate's documentation][log-tracer]
677
677
//! for details.
You can’t perform that action at this time.
0 commit comments