From e41b55324ec137881f09ea86ff6f0cff960652e4 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Wed, 8 May 2019 10:02:30 +0200 Subject: [PATCH] Fix auth notification log line --- system/internal/service/auth_notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/internal/service/auth_notification.go b/system/internal/service/auth_notification.go index 793086c97..5c8b56d21 100644 --- a/system/internal/service/auth_notification.go +++ b/system/internal/service/auth_notification.go @@ -90,7 +90,7 @@ func (svc authNotification) send(name, lang string, payload authNotificationPayl ntf.SetBody("text/html", svc.render(emailTemplates[name+"."+lang+".html"], payload)) svc.log().Debug( - "sending auth notification (%s.%s) to %q", + "sending auth notification", zap.String("name", name), zap.String("language", lang), zap.String("email", payload.EmailAddress),