Debug message for reqwest
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
8387f6e34c
commit
4f09ea3cf1
|
@ -478,7 +478,7 @@ async fn main() {
|
||||||
.send()
|
.send()
|
||||||
.await
|
.await
|
||||||
{
|
{
|
||||||
Err(e) => error!("Fetch error: {}", e),
|
Err(e) => error!("Fetch error: {:#?}", e),
|
||||||
Ok(r) => debug!("Response: {:#?}", r.json::<serde_json::Value>().await),
|
Ok(r) => debug!("Response: {:#?}", r.json::<serde_json::Value>().await),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue