You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tracing/src/lib.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -818,6 +818,7 @@
818
818
//! - [`tracing-cloudwatch`] provides a layer that sends events to AWS CloudWatch Logs.
819
819
//! - [`clippy-tracing`] provides a tool to add, remove and check for `tracing::instrument`.
820
820
//! - [`json-subscriber`] provides a subscriber for emitting JSON logs. The output can be customized much more than with [`tracing-subscriber`]'s JSON output.
821
+
//! - [`tracing-indicatif`] provides a layer to show [`indicatif`] CLI progress bars for active spans.
821
822
//!
822
823
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
823
824
//! please let us know! We'd love to add your project to the list!
0 commit comments