Function graphql_starter::tracing::dynamic_intercepted_tracing_layer
source ยท pub fn dynamic_intercepted_tracing_layer<T>(
env_filter: impl Into<String>,
accumulate: usize,
stream_buffer: usize,
) -> (impl Layer<T>, TracingContext, MakeWriterInterceptor)where
for<'span> T: Subscriber + LookupSpan<'span>,
Expand description
Generates a default tracing layer that can be updated from its TracingContext and intercepted with its MakeWriterInterceptor