diff --git a/src/net/phoenix.rs b/src/net/phoenix.rs index 4e8bc63b6..126302564 100644 --- a/src/net/phoenix.rs +++ b/src/net/phoenix.rs @@ -127,7 +127,7 @@ pub fn spawn( .serve_connection(conn, svc) .await { - tracing::warn!( + tracing::error!( "failed to reponse to phoenix request: {err}" ); } @@ -317,7 +317,7 @@ impl Phoenix { count += 1; } Err(error) => { - tracing::warn!(%address, %error, "error measuring distance"); + tracing::debug!(%address, %error, "error measuring distance"); node.increase_error_estimate(); } }