Class: Gitlab::Import::Logger

Inherits:
JsonLogger
  • Object
show all
Defined in:
lib/gitlab/import/logger.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from JsonLogger

build, cache_key, debug, error, file_name, full_log_path, info, warn

Class Method Details

.file_name_noextObject



6
7
8
# File 'lib/gitlab/import/logger.rb', line 6

def self.file_name_noext
  'importer'
end

Instance Method Details

#default_attributesObject



10
11
12
# File 'lib/gitlab/import/logger.rb', line 10

def default_attributes
  super.merge(feature_category: :importers)
end