Log the outbound json

This commit is contained in:
Eric Seidel
2023-03-13 09:38:31 -07:00
parent 5ce81e3580
commit 40a08885c8
+1
View File
@@ -62,6 +62,7 @@ pub fn send_patch_check_request(
}
body.insert("platform", PLATFORM.to_string());
body.insert("arch", ARCH.to_string());
info!("Sending patch check request: {:?}", body);
let response = client
.post(&patches_check_url(&config.base_url))
.json(&body)