Skip to content

Fix incompatibility of gitlab-qa test logger

Andrejs Cunskis requested to merge andrey-temp-logger-monkeypatch into master

What does this MR do and why?

Because gitlab-qa already got updated with activesupport >= 7.1, it has now incompatible logger class due to gitlab repo still being pinned to < 7.1.

This adds temporary monkeypatch to fix the logger until we bump activesupport version.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports