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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-10 15:08:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-10 15:08:54 +0300
commit766b24b86ba1c5405d6a300f35062c33108941d4 (patch)
treeee9a661db63c6257ebce580882fe539bfce3c492 /lib/gitlab/logger.rb
parent1385b54a3e44a90a463d4975bd639089be056778 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/logger.rb')
-rw-r--r--lib/gitlab/logger.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gitlab/logger.rb b/lib/gitlab/logger.rb
index 2ec8c268d09..89a4e36a232 100644
--- a/lib/gitlab/logger.rb
+++ b/lib/gitlab/logger.rb
@@ -32,7 +32,8 @@ module Gitlab
end
def self.build
- Gitlab::SafeRequestStore[self.cache_key] ||= new(self.full_log_path)
+ Gitlab::SafeRequestStore[self.cache_key] ||=
+ new(self.full_log_path, level: ::Logger::DEBUG)
end
def self.full_log_path