json-subscriber 0.2.8

Customizable layer and subscriber for `tracing` that emits logs in JSON
1
2
3
4
5
6
7
8
mod tracing_serde;

use serde_json::ser::Formatter;
pub(crate) use tracing_serde::RenamedFields;

pub(crate) struct JsonSubscriberFormatter;

impl Formatter for JsonSubscriberFormatter {}