mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-12 14:29:06 -05:00
improvement: disable HTTP request logging
This commit is contained in:
parent
8c9170d4e3
commit
9a141dc950
|
@ -78,7 +78,6 @@ async fn handle_web_request(
|
|||
registry: Registry,
|
||||
metrics: NostrMetrics,
|
||||
) -> Result<Response<Body>, Infallible> {
|
||||
debug!("{:?}", request);
|
||||
match (
|
||||
request.uri().path(),
|
||||
request.headers().contains_key(header::UPGRADE),
|
||||
|
|
Loading…
Reference in New Issue
Block a user