Skip to content

fix: ensure logging status codes field names are consistent

Stan Hu requested to merge sh-normalize-status-code-logging into master

What does this MR do?

LabKit logs all HTTP responses with a status field of an integer. We ensure that all errors now use this convention and store the full status text as status_text.

This is needed to enusre Elasticsearch doesn't drop logs due to mapping conflicts.

Changelog: fixed

TODO

Edited by Stan Hu

Merge request reports