summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/sidekiq_logging
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-12-06 21:46:31 +0100
committerKamil Trzciński <ayufan@ayufan.eu>2018-12-06 21:46:31 +0100
commitebb5d9f4db3c2d5818f5efda1b09fcd1be7285e8 (patch)
tree5d51a48a32a92fdedf7b907a32caa172d1c0d923 /spec/lib/gitlab/sidekiq_logging
parent3560b11922fd180eea5cafd0e763e0e601c5c4ee (diff)
downloadgitlab-ce-ebb5d9f4db3c2d5818f5efda1b09fcd1be7285e8.tar.gz
Revert "Prefer to use correlation-id in logs"
This reverts commit 3560b11922fd180eea5cafd0e763e0e601c5c4ee.
Diffstat (limited to 'spec/lib/gitlab/sidekiq_logging')
-rw-r--r--spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb b/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb
index 7484593268c..f773f370ee2 100644
--- a/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb
+++ b/spec/lib/gitlab/sidekiq_logging/structured_logger_spec.rb
@@ -13,7 +13,7 @@ describe Gitlab::SidekiqLogging::StructuredLogger do
"jid" => "da883554ee4fe414012f5f42",
"created_at" => timestamp.to_f,
"enqueued_at" => timestamp.to_f,
- "correlation-id" => 'cid'
+ "correlation_id" => 'cid'
}
end
let(:logger) { double() }