Commit ebb65a94 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'pl-gitlab-logger-level-debug-explicit' into 'master'

Pass log level explicitly when building Gitlab::Logger

See merge request gitlab-org/gitlab!41980
parents f0ef08f0 c9837bd5
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment