Logging HTTP Response Body for Debugging with `Http.response.schemaJson`

How would you log the body of the response when debugging a http client using Http.response.schemaJson? I feel like I should be able to tap the response somehow, or maybe convert the body to json and log it if there was an error..
Was this page helpful?