diff --git a/src/lib/incident_mgmt/new_relic.js b/src/lib/incident_mgmt/new_relic.js index d38f7f94..cc38a2dc 100644 --- a/src/lib/incident_mgmt/new_relic.js +++ b/src/lib/incident_mgmt/new_relic.js @@ -512,7 +512,7 @@ async function sendReloadTaskFailureEvent(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK FAILED NEWRELIC: Rate limiting ok: Sending reload failure event to New Relic for task "${params.qs_taskName}"` + `TASK FAILED NEWRELIC: Rate limiting check passed for failed task event. Task name: "${params.qs_taskName}"` ); globals.logger.verbose(`TASK FAILED NEWRELIC: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); @@ -642,7 +642,7 @@ async function sendReloadTaskFailureLog(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK FAILED NEWRELIC: Rate limiting ok: Sending reload failure log entry to New Relic for task "${params.qs_taskName}"` + `TASK FAILED NEWRELIC: Rate limiting check passed for failed task log entry. Task name: "${params.qs_taskName}"` ); globals.logger.verbose(`TASK FAILED NEWRELIC: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); @@ -770,7 +770,7 @@ function sendReloadTaskAbortedEvent(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK ABORT NEWRELIC: Rate limiting ok: Sending reload aborted event to New Relic for task "${params.qs_taskName}"` + `TASK ABORT NEWRELIC: Rate limiting check passed for abort task event. Task name: "${params.qs_taskName}"` ); globals.logger.verbose(`TASK ABORT NEWRELIC: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); @@ -900,7 +900,7 @@ function sendReloadTaskAbortedLog(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK ABORT NEWRELIC: Rate limiting ok: Sending reload abort log entry to New Relic for task "${params.qs_taskName}"` + `TASK ABORT NEWRELIC: Rate limiting check passed for abort task log entry. Task name: "${params.qs_taskName}"` ); globals.logger.verbose(`TASK ABORT NEWRELIC: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); diff --git a/src/lib/incident_mgmt/signl4.js b/src/lib/incident_mgmt/signl4.js index 57289eff..ba326f30 100644 --- a/src/lib/incident_mgmt/signl4.js +++ b/src/lib/incident_mgmt/signl4.js @@ -131,7 +131,7 @@ function sendReloadTaskFailureNotification(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK FAILED ALERT SIGNL4: Rate limiting ok: Sending reload failure notification to Signl4 for task "${reloadParams.taskName}"` + `TASK FAILED ALERT SIGNL4: Rate limiting check passed for failed task notification. Task name: "${reloadParams.taskName}"` ); globals.logger.verbose(`TASK FAILED ALERT SIGNL4: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); @@ -162,7 +162,7 @@ function sendReloadTaskAbortedNotification(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `SIGNL4ABORTED: Rate limiting ok: Sending reload aborted notification to Signl4 for task "${reloadParams.taskName}"` + `SIGNL4ABORTED: Rate limiting check passed for aborted task notification. Task name: "${reloadParams.taskName}"` ); globals.logger.verbose(`SIGNL4ABORTED: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); diff --git a/src/lib/msteams_notification.js b/src/lib/msteams_notification.js index 25ae6ce0..3aafafc7 100644 --- a/src/lib/msteams_notification.js +++ b/src/lib/msteams_notification.js @@ -284,7 +284,7 @@ function sendReloadTaskFailureNotificationTeams(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK FAILED ALERT TEAMS: Rate limiting ok: Sending reload failure notification Teams for task "${reloadParams.taskName}"` + `TASK FAILED ALERT TEAMS: Rate limiting check passed for failed task notification. Task name: "${reloadParams.taskName}"` ); globals.logger.verbose(`TASK FAILED ALERT TEAMS: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); @@ -410,7 +410,7 @@ function sendReloadTaskAbortedNotificationTeams(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK ABORTED ALERT TEAMS: Rate limiting ok: Sending reload aborted notification Teams for task "${reloadParams.taskName}"` + `TASK ABORTED ALERT TEAMS: Rate limiting check passed for aborted task notification. Task name: "${reloadParams.taskName}"` ); globals.logger.verbose(`TASK ABORTED ALERT TEAMS: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); diff --git a/src/lib/slack_notification.js b/src/lib/slack_notification.js index 90fcf1e9..056ffa1b 100644 --- a/src/lib/slack_notification.js +++ b/src/lib/slack_notification.js @@ -311,7 +311,7 @@ function sendReloadTaskFailureNotificationSlack(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK FAILED ALERT SLACK: Rate limiting ok: Sending reload failure notification Slack for task "${reloadParams.taskName}"` + `TASK FAILED ALERT SLACK: Rate limiting check passed for failed task notification. Task name: "${reloadParams.taskName}"` ); globals.logger.verbose(`TASK FAILED ALERT SLACK: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); @@ -438,7 +438,7 @@ function sendReloadTaskAbortedNotificationSlack(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK ABORTED ALERT SLACK: Rate limiting ok: Sending reload aborted notification Slack for task "${reloadParams.taskName}"` + `TASK ABORTED ALERT SLACK: Rate limiting check passed for aborted task notification. Task name: "${reloadParams.taskName}"` ); globals.logger.verbose(`TASK ABORTED ALERT SLACK: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); diff --git a/src/lib/smtp.js b/src/lib/smtp.js index 6ac14ce4..1c4aca83 100644 --- a/src/lib/smtp.js +++ b/src/lib/smtp.js @@ -493,7 +493,7 @@ async function sendReloadTaskFailureNotificationEmail(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK FAILED ALERT EMAIL: Rate limiting ok: Sending reload failure notification email for task "${reloadParams.taskName}" to "${recipientEmailAddress}"` + `TASK FAILED ALERT EMAIL: Rate limiting check passed for failed task notification. Task name: "${reloadParams.taskName}", Recipient: "${recipientEmailAddress}"` ); globals.logger.debug(`TASK FAILED ALERT EMAIL: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); @@ -714,7 +714,7 @@ async function sendReloadTaskAbortedNotificationEmail(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `TASK ABORTED ALERT EMAIL: Rate limiting ok: Sending reload aborted notification email for task "${reloadParams.taskName}" to "${recipientEmailAddress}"` + `TASK ABORTED ALERT EMAIL: Rate limiting check passed for aborted task notification. Task name: "${reloadParams.taskName}", Recipient: "${recipientEmailAddress}"` ); globals.logger.debug(`TASK ABORTED ALERT EMAIL: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); diff --git a/src/lib/webhook_notification.js b/src/lib/webhook_notification.js index f52605ca..bfee0a91 100644 --- a/src/lib/webhook_notification.js +++ b/src/lib/webhook_notification.js @@ -193,7 +193,7 @@ function sendReloadTaskFailureNotificationWebhook(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `WEBHOOKOUTFAILED: Rate limiting ok: Sending reload failure notification outgoing webhook for task "${reloadParams.taskName}"` + `WEBHOOKOUTFAILED: Rate limiting check passed for failed task notification. Task name: "${reloadParams.taskName}"` ); globals.logger.verbose(`WEBHOOKOUTFAILED: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`); @@ -222,7 +222,7 @@ function sendReloadTaskAbortedNotificationWebhook(reloadParams) { .then(async (rateLimiterRes) => { try { globals.logger.info( - `WEBHOOKOUTABORTED: Rate limiting ok: Sending reload aborted notification via outgoing webhook for task "${reloadParams.taskName}"` + `WEBHOOKOUTABORTED: Rate limiting check passed for aborted task notification. Task name: "${reloadParams.taskName}"` ); globals.logger.verbose(`WEBHOOKOUTABORTED: Rate limiting details "${JSON.stringify(rateLimiterRes, null, 2)}"`);