diff --git a/crates/ptth_relay/src/lib.rs b/crates/ptth_relay/src/lib.rs index 1ab9c1f..5cf5798 100644 --- a/crates/ptth_relay/src/lib.rs +++ b/crates/ptth_relay/src/lib.rs @@ -327,7 +327,7 @@ async fn handle_server_list ( Ok (ok_reply (s)?) } -#[instrument (level = "trace", skip (req, state))] +#[instrument (level = "trace", skip (req, state, handlebars))] async fn handle_all ( req: Request , state: Arc ,