pub fn tracing_layer<T>(filter: impl AsRef<str>) -> Result<impl Layer<T>>where
for<'span> T: Subscriber + LookupSpan<'span>,
Expand description
Generates the default compact tracing layer with the given Targets filter
pub fn tracing_layer<T>(filter: impl AsRef<str>) -> Result<impl Layer<T>>where
for<'span> T: Subscriber + LookupSpan<'span>,
Generates the default compact tracing layer with the given Targets filter