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:
@@ -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),
|
||||||
|
Reference in New Issue
Block a user