You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Be careful the status object contains sensitive information
Bug description
Status is logged as string, instead of a JSON object. We can find and read this easy enough, but, we cannot select child values to filter by or present on the summary.
Uh oh!
There was an error while loading. Please reload this page.
Bug description
Status is logged as string, instead of a JSON object. We can find and read this easy enough, but, we cannot select child values to filter by or present on the summary.
Refer to jsonPayload.status in this example.
Steps to reproduce
Workspace affected
No response
Expected behavior
Try changing the files altered here, so that status is an well formed JSON object, instead of a string.
This might be a side effect of the log redaction that we have to live with. 🤷
Example repository
No response
Anything else?
In this, we redacted the object, but output log as a base64 encoded string - which is not able to be easily searched and read in Stackdriver.
In this, we output the string object, so its easily searched and read, but not organized or filtered in Stackdriver.
The text was updated successfully, but these errors were encountered: