3
0

Fix auth notification log line

This commit is contained in:
Denis Arh 2019-05-08 10:02:30 +02:00
parent 87b883b388
commit e41b55324e

View File

@ -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),