gitlab-org--gitlab-foss/lib/feature/logger.rb

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

10 lines
153 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Feature
class Logger < ::Gitlab::JsonLogger
def self.file_name_noext
'features_json'
end
end
end