fix: update log message for ALERT_REPORTS_NOTIFICATION_DRY_RUN (#23604)

This commit is contained in:
ʈᵃᵢ 2023-04-12 08:30:28 -07:00 committed by GitHub
parent f49702feff
commit 350723bff8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -408,7 +408,9 @@ class BaseReportState:
try:
if app.config["ALERT_REPORTS_NOTIFICATION_DRY_RUN"]:
logger.info(
"Would send notification for alert %s, to %s",
"Would send notification for alert %s, to %s. "
"ALERT_REPORTS_NOTIFICATION_DRY_RUN is enabled, "
"set it to False to send notifications.",
self._report_schedule.name,
recipient.recipient_config_json,
)