71045b89f6
This will make it easier to parse this in production and adds the `correlation_id` if available.
9 lines
139 B
Ruby
9 lines
139 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
class GitLogger < JsonLogger
|
|
def self.file_name_noext
|
|
'githost'
|
|
end
|
|
end
|
|
end
|