Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-12-06 23:46:31 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-12-06 23:46:31 +0300
commitebb5d9f4db3c2d5818f5efda1b09fcd1be7285e8 (patch)
tree5d51a48a32a92fdedf7b907a32caa172d1c0d923 /lib/gitlab/correlation_id.rb
parent3560b11922fd180eea5cafd0e763e0e601c5c4ee (diff)
Revert "Prefer to use correlation-id in logs"
This reverts commit 3560b11922fd180eea5cafd0e763e0e601c5c4ee.
Diffstat (limited to 'lib/gitlab/correlation_id.rb')
-rw-r--r--lib/gitlab/correlation_id.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/correlation_id.rb b/lib/gitlab/correlation_id.rb
index 8431d88f8eb..0f9bde4390e 100644
--- a/lib/gitlab/correlation_id.rb
+++ b/lib/gitlab/correlation_id.rb
@@ -2,7 +2,7 @@
module Gitlab
module CorrelationId
- LOG_KEY = 'correlation-id'.freeze
+ LOG_KEY = 'correlation_id'.freeze
class << self
def use_id(correlation_id, &blk)