Debug message for reqwest
ci/woodpecker/push/ociImagePush Pipeline was successful Details

This commit is contained in:
Natty 2024-04-17 02:37:54 +02:00
parent 8387f6e34c
commit 4f09ea3cf1
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ async fn main() {
.send()
.await
{
Err(e) => error!("Fetch error: {}", e),
Err(e) => error!("Fetch error: {:#?}", e),
Ok(r) => debug!("Response: {:#?}", r.json::<serde_json::Value>().await),
}
}