Fix undefined method `debug' for Gitlab::Geo::Logger:Class

parent a1fc54fe
......@@ -46,7 +46,7 @@ module Gitlab
existing = ::Geo::ProjectRegistry.where(project_id: project_ids).pluck(:project_id)
missing_projects = project_ids - existing
Gitlab::Geo::Logger.debug(
Gitlab::Geo::Logger.info(
class: self.class.name,
message: "Missing projects",
projects: missing_projects,
......
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