Class: Gitlab::BackgroundMigration::Logger

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

Overview

Logger that can be used for migrations logging

Class 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



9
10
11
# File 'lib/gitlab/background_migration/logger.rb', line 9

def self.file_name_noext
  'migrations'
end