summaryrefslogtreecommitdiff
path: root/lib/gitlab/import/logger.rb
blob: 8414954d141d135805505b5ffad5b26c7295d9b2 (plain)
1
2
3
4
5
6
7
8
9
module Gitlab
  module Import
    class Logger < ::Gitlab::JsonLogger
      def self.file_name_noext
        'importer'
      end
    end
  end
end