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

10 lines
168 B
Ruby
Raw Normal View History

2021-10-27 15:23:28 +05:30
# frozen_string_literal: true
module Gitlab
class DeprecationJsonLogger < Gitlab::JsonLogger
def self.file_name_noext
'deprecation_json'
end
end
end