Ability to log API response body #194
-
We have had some challenges when downloading configuration where it is unable to parse the response body to JSON. It would therefor be great to be able to log the response code and body when supplying the URL: [url]
|
Beta Was this translation helpful? Give feedback.
Answered by
patrickpichler
Feb 18, 2021
Replies: 1 comment 1 reply
-
Since we are probably going to run requests in parallel in the near future, So you have a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
patrickpichler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since we are probably going to run requests in parallel in the near future,
I guess it would make sense to split the response off into its own file.
So you have a
MONACO_RESPONSE_LOG
env var which specifies thefile. Then we only need to generate an UUID so you can match request
and response.