Skip to content

Log response body to production_json.log when a controller responds with a 422 status

Stan Hu requested to merge sh-log-422-responses into master

We have a number of import errors occurring with 422 errors, and it's hard to determine why they are happening. This change will surface the errors in the log lines.

Relates to #47365 (moved)

Merge request reports