Added logging

This commit is contained in:
Anna Khanova
2024-06-06 14:06:03 +02:00
parent 34b52467f0
commit d1270f2571

View File

@@ -328,6 +328,7 @@ async fn parse_body<T: for<'a> 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.