Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ff9d8 commit 1ece02dCopy full SHA for 1ece02d
1 file changed
apps/be/common/src/mail/mail.service.ts
@@ -62,7 +62,7 @@ export class MailService {
62
transporterName,
63
attachments: this.BASE_ATTACHMENT,
64
});
65
- this.logger.debug(`Mail sent: ${mailData.to}`);
+ this.logger.info(`Mail sent: ${mailData.to}`);
66
} catch (error) {
67
this.logger.error(`Send mail failed: ${(error as Error)?.message}`);
68
const nextTransporter = this.getNextTransporter(transporterName);
0 commit comments