Logging Requests and Responses #434
charleskoko
started this conversation in
Ideas
Replies: 1 comment
-
You could write a plugin (trait) that just calls the debugger and then logs it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be useful to add a feature that allows logging of the requests made (including the headers and the body of the requests) as well as the responses (the entire response body, headers, etc.).
There are scenarios in production where we need to know exactly what was sent and what response was received from the API to resolve an issue reported by a client. This would greatly facilitate debugging and incident analysis.
Beta Was this translation helpful? Give feedback.
All reactions