diff --git a/changes/2024-05-30T145831-0400.txt b/changes/2024-05-30T145831-0400.txt new file mode 100644 index 0000000000..3b08f028fc --- /dev/null +++ b/changes/2024-05-30T145831-0400.txt @@ -0,0 +1 @@ +Log warp HTTP server errors at Info level diff --git a/src/Chainweb/Chainweb.hs b/src/Chainweb/Chainweb.hs index 683d6f8207..3c151b7d60 100644 --- a/src/Chainweb/Chainweb.hs +++ b/src/Chainweb/Chainweb.hs @@ -792,7 +792,7 @@ runChainweb cw nowServing = do return () | otherwise = when (defaultShouldDisplayException e) $ - logg Warn $ loggServerError msg r e + logg Debug $ loggServerError msg r e -- P2P Server