Add to address on email not forwarded logs
This commit is contained in:
@ -121,7 +121,7 @@ export function emailsServiceRouter() {
|
||||
})
|
||||
|
||||
if (!result) {
|
||||
logger.error('Email not forwarded')
|
||||
logger.error('Email not forwarded: ', { to: user.email })
|
||||
res.status(500).send('Failed to send email')
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user