diff --git a/app/services/verify_pages_domain_service.rb b/app/services/verify_pages_domain_service.rb index 40fc42f2690..86166047302 100644 --- a/app/services/verify_pages_domain_service.rb +++ b/app/services/verify_pages_domain_service.rb @@ -101,6 +101,7 @@ class VerifyPagesDomainService < BaseService def notify(type) return unless verification_enabled? + Gitlab::AppLogger.info("Pages domain '#{domain.domain}' changed state to '#{type}'") notification_service.public_send("pages_domain_#{type}", domain) # rubocop:disable GitlabSecurity/PublicSend end end