Class: Import::Framework::Logger

Inherits:
Gitlab::JsonLogger show all
Defined in:
lib/import/framework/logger.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Gitlab::JsonLogger

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

Class Method Details

.file_name_noextObject



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

def self.file_name_noext
  'importer'
end

Instance Method Details

#default_attributesObject



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

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