Skip to content

Make error logging for customers dot responses more usefull

Doug Stull requested to merge 415617-fix-customers-log-exception into master

What does this MR do and why?

  • Error logging for customers dot responses that was introduced in !95164 (merged) basically repeats the response code message as seen in the logs. It would be better if we had useful information in here from the errors instead since the json.extra.status already holds the response code.
  • Resolve rubocop offenses on files touched

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #415617 (closed)

Edited by Doug Stull

Merge request reports