Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/services/notifications/dispatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,9 @@ export class NotificationDispatcher {
if (!_unconfiguredWarned) {
_unconfiguredWarned = true;
logger.warn(
'RESEND_API_KEY is not set — email notifications are disabled. ' +
'This warns once per process, not once per notification.',
'Dropping email notifications: RESEND_API_KEY (Resend) is unset. ' +
'Every notification email since process start has been silently discarded. ' +
'This warns once per process, not once per notification — treat one line as an ongoing outage, not a benign default.',
{},
LOG_SOURCE
);
Expand Down
Loading