Further tweak logging

This commit is contained in:
Tony Garnock-Jones 2023-11-17 12:53:49 +01:00
parent 9786bcb285
commit 9ae1be6f56
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ pub async fn serve(
query,
body,
};
tracing::trace!(?sreq);
tracing::debug!(?sreq);
let srep = Cap::guard(&language().syndicate, t.create(ResponseCollector::new(tx)));
httpd.assert(t, language(), &http::HttpContext { req: sreq, res: srep });
Ok(())