Skip to content

Changes status to a string for logging

John Jarvis requested to merge jarv/status-to-string into master

For gitlab-com/gl-infra/delivery#1230 (closed)

ES is picky about types for index mapping and we are in some cases setting status to a string, and in other cases it is an integer.

This changes the status to a string, for places where it looks like it will be logged as an int.

Merge request reports