Simplify class field when logging bulk arguments
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73223/diffs, we were previously logging a Hash of elements for `class` when we really just needed the class name. The mismatched types was causing Elasticsearch to drop these log messages.
Showing
Please register or sign in to comment