Skip to content

Replace use of Rails.logger with json logger for Import/Export

What does this MR do?

This MR replaces any occurrences of Rails.logger in favour of structured logging.

  • Adds new Gitlab::Export::Logger for export related logging, similar to Gitlab::Import::Logger
  • Update any existing export logs that were going to importer log to be logged in new exporter log
  • Replace other occurrences of Rails.logger in Github importer

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Mentions #209057 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports