Class: Gitlab::BackgroundMigration::Logger
- Inherits:
-
JsonLogger
- Object
- Logger
- Logger
- JsonLogger
- Gitlab::BackgroundMigration::Logger
- 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
Methods inherited from Logger
build, cache_key, debug, error, file_name, full_log_path, info, log_level, read_latest, warn
Class Method Details
.file_name_noext ⇒ Object
7 8 9 |
# File 'lib/gitlab/background_migration/logger.rb', line 7 def self.file_name_noext 'migrations' end |