Class: Gitlab::GithubImport::Logger

Inherits:
Import::Logger show all
Defined in:
lib/gitlab/github_import/logger.rb

Instance Method Summary collapse

Methods inherited from Import::Logger

file_name_noext

Methods inherited from JsonLogger

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

Instance Method Details

#default_attributesObject



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

def default_attributes
  super.merge(import_type: :github)
end