Log more types of request IDs (#5645)

Different services return different sets of IDs, log all of them to
simplify debugging.
This commit is contained in:
pakrym-oai
2025-10-24 12:12:03 -07:00
committed by GitHub
parent 00c1de0c56
commit a4be4d78b9
4 changed files with 24 additions and 12 deletions

View File

@@ -301,6 +301,7 @@ impl ModelClient {
"POST to {}: {:?}",
self.provider.get_full_url(&auth),
serde_json::to_string(payload_json)
.unwrap_or("<unable to serialize payload>".to_string())
);
let mut req_builder = self