8 lines
137 B
Ruby
8 lines
137 B
Ruby
|
module Gitlab
|
||
|
class ProjectServiceLogger < Gitlab::JsonLogger
|
||
|
def self.file_name_noext
|
||
|
'integrations_json'
|
||
|
end
|
||
|
end
|
||
|
end
|