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
## Motivation
I've created a library for better customization of JSON log lines and would like to make it more discoverable.
This subscriber could help with a lot of issues such as #1531
## Solution
Add `json-subscriber` to the ecosystem.
Copy file name to clipboardExpand all lines: tracing/src/lib.rs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -817,6 +817,7 @@
817
817
//! - [`reqwest-tracing`] provides a middleware to trace [`reqwest`] HTTP requests.
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
+
//! - [`json-subscriber`] provides a subscriber for emitting JSON logs. The output can be customized much more than with [`tracing-subscriber`]'s JSON output.
820
821
//!
821
822
//! If you're the maintainer of a `tracing` ecosystem crate not listed above,
822
823
//! please let us know! We'd love to add your project to the list!
0 commit comments