From d1270f2571aa817a5e034846720ea45f0703361e Mon Sep 17 00:00:00 2001 From: Anna Khanova Date: Thu, 6 Jun 2024 14:06:03 +0200 Subject: [PATCH] Added logging --- proxy/src/console/provider/neon.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/src/console/provider/neon.rs b/proxy/src/console/provider/neon.rs index d72229b029..7d4f2fde78 100644 --- a/proxy/src/console/provider/neon.rs +++ b/proxy/src/console/provider/neon.rs @@ -328,6 +328,7 @@ async fn parse_body serde::Deserialize<'a>>( info!("request succeeded, processing the body"); return Ok(response.json().await?); } + info!("response_error: {:?}", response); // Don't throw an error here because it's not as important // as the fact that the request itself has failed.