Replace use of Rails.logger with Structured logger
- Rails.logger usage is not allowed and should be replaced with json structured logging. This changes replaces any use of Rails.logger - Introduces new Gitlab::Export::Logger 'exporter.log' for export related logging, similar to Gitlab::Import::Logger
Showing
lib/gitlab/export/logger.rb
0 → 100644
Please register or sign in to comment