Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaswell-bcgov committed Sep 10, 2024
1 parent 6654eeb commit 2fba2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/notifications/notifications.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ export class NotificationsController extends BaseController {
startIdx,
startIdx + this.broadcastSubscriberChunkSize,
);
Logger.log(subChunk);
pullAll(
pullAll(
pullAll(
Expand Down Expand Up @@ -605,6 +606,7 @@ export class NotificationsController extends BaseController {
undefined,
HttpStatus.INTERNAL_SERVER_ERROR,
);
Logger.log('Sending email');
await this.sendEmail(mailOptions);
return await this.notificationMsgCB(data, null, e);
} catch (ex) {
Expand Down

0 comments on commit 2fba2b4

Please sign in to comment.