[logging] REST payloads are over-stringified and lose JSON structure #2276
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In the current version of #2270, the
httpResponse.payload
field is over-stringified: it's a single string with string-encoded JSON, rather than JSON object with the various fields. Since the response is coming back as JSON, we should ideally present that JSON, or at least recreate it from the response proto, without further stringifying it.In other words, we're getting
whereas it would be more useful to get
The text was updated successfully, but these errors were encountered: