debian-mirror-gitlab/lib/gitlab/integrations_logger.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
166 B
Ruby
Raw Normal View History

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