Skip to content

Commit 7c01e59

Browse files
committed
resilient_client: Print request body in debug log level
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 155ea04 commit 7c01e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keylime/src/resilient_client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ impl ResilientClient {
102102
json_string: &str,
103103
custom_content_type: Option<String>,
104104
) -> Result<RequestBuilder, serde_json::Error> {
105+
debug!("Request JSON body: {json_string}");
105106
let builder = self
106107
.client
107108
.request(method, url)

0 commit comments

Comments
 (0)