1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-07-31 08:18:28 -04:00

improvement: disable HTTP request logging

This commit is contained in:
Greg Heartsfield
2023-02-25 15:57:01 -06:00
parent 8c9170d4e3
commit 9a141dc950

@@ -78,7 +78,6 @@ async fn handle_web_request(
registry: Registry, registry: Registry,
metrics: NostrMetrics, metrics: NostrMetrics,
) -> Result<Response<Body>, Infallible> { ) -> Result<Response<Body>, Infallible> {
debug!("{:?}", request);
match ( match (
request.uri().path(), request.uri().path(),
request.headers().contains_key(header::UPGRADE), request.headers().contains_key(header::UPGRADE),