Modify logs on MailService
This commit is contained in:
@@ -47,7 +47,7 @@ public class MailService {
|
|||||||
messageHelper.setText(mailText, true);
|
messageHelper.setText(mailText, true);
|
||||||
mailSender.send(message);
|
mailSender.send(message);
|
||||||
} catch (final MessagingException e) {
|
} catch (final MessagingException e) {
|
||||||
log.error("send mail fail: ", e);
|
log.error("send mail fail: {}", userEmail, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user