Fix auth notification log line
This commit is contained in:
parent
87b883b388
commit
e41b55324e
@ -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),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user