Skip to content

Commit

Permalink
chore: Adding log on resendNotifications
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu committed Aug 27, 2024
1 parent 06af463 commit 94c6263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public ResendNotificationsFilters resendNotifications(ResendNotificationsFilters
try {
notificationEventService.send(context, onboarding, null, filters.getNotificationEventTraceId());
} catch (Exception e) {
context.getLogger().info(() -> String.format("ERROR sending onboarding %s to send for page: %s ", onboarding.getId(), ExceptionUtil.generateStackTrace(e)));
context.getLogger().severe(() -> String.format("ERROR sending onboarding %s to send for page: %s ", onboarding.getId(), ExceptionUtil.generateStackTrace(e)));
}
}

Expand Down

0 comments on commit 94c6263

Please sign in to comment.