Remove mail spammy log
This commit is contained in:
parent
847fa030b8
commit
df59795489
@ -110,7 +110,7 @@ export default class Mail {
|
||||
this.data.app = config.get('app');
|
||||
|
||||
// Log
|
||||
logger.debug('Send mail', this.options, this.data);
|
||||
logger.debug(`Send mail from ${this.options.from.address} to ${this.options.to}`);
|
||||
|
||||
// Render email
|
||||
this.options.html = Mail.parse(this.environment, 'mails/' + this.template.template + '.mjml.njk',
|
||||
|
Loading…
Reference in New Issue
Block a user