Skip to content

Log correlation_id field in structured logging output

Andrew Newdigate requested to merge add-correlation_id into master

This change adds the correlation_id field to structured logging output.

The correlation-id field is passed in by the caller via GRPC metadata (headers). This change has already been made, but the change to log the correlation id in the ctx_tags had not yet been made. This MR makes that change.

Related to gitlab-workhorse!343 (merged)

Edited by GitLab Release Tools Bot

Merge request reports