2018-12-13 13:39:08 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-11-20 20:47:30 +05:30
|
|
|
module Gitlab
|
2022-07-16 23:28:13 +05:30
|
|
|
class IntegrationsLogger < Gitlab::JsonLogger
|
2018-11-20 20:47:30 +05:30
|
|
|
def self.file_name_noext
|
|
|
|
'integrations_json'
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|