📜 logging: don't log handlebars object

main
_ 2020-12-13 04:47:47 +00:00
parent 9c7b2b7a86
commit 5d1b68dc90
1 changed files with 1 additions and 1 deletions

View File

@ -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 <Body>,
state: Arc <RelayState>,