pub async fn handle_reload_tracing_filter(
    handle: &TracingHandle,
    reload: fn(_: &TracingHandle, _: EnvFilter) -> Result<(), Error>,
    __arg2: Json<DynamicFilterTarget>
) -> impl IntoResponse
Expand description

Dynamically reloads a filter for a tracing layer.