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

10 lines
148 B
Ruby
Raw Normal View History

module Gitlab
module Import
class Logger < ::Gitlab::JsonLogger
def self.file_name_noext
'importer'
end
end
end
end