Commit d600a6ef authored by Nick Thomas's avatar Nick Thomas

Log pages domain verification changes to application.log

parent ee68bd97
......@@ -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
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