From 1dbc4f861b3f678516f6b3ba9cb448e3550b1b31 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 22 Sep 2025 15:03:47 +1000 Subject: [PATCH] Refine HTTP status logs (#8098) Ensure that we don't log a warning for HTTP 202s, which are expected on the blinded block endpoints after Fulu. Co-Authored-By: Michael Sproul --- beacon_node/http_api/src/lib.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/beacon_node/http_api/src/lib.rs b/beacon_node/http_api/src/lib.rs index 5c6a9df739..1b18ed50a3 100644 --- a/beacon_node/http_api/src/lib.rs +++ b/beacon_node/http_api/src/lib.rs @@ -294,10 +294,7 @@ pub fn tracing_logging() -> warp::filters::log::Log