Commit 8e63e102 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix ruby regexp syntax logger class name

parent 09f545c1
......@@ -40,7 +40,7 @@ module Gitlab
if Feature.enabled?(:ci_unsafe_regexp_logger, type: :ops, default_enabled: :yaml)
Gitlab::AppJsonLogger.info(
class: self.class.name,
class: self.name,
regexp: pattern.to_s,
fabricated: 'unsafe ruby regexp',
project_id: project&.id,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment