fix: add logging to alerts and reports to find non-triggering issues (#21684)

This commit is contained in:
Phillip Kelley-Dotson 2022-10-03 13:24:32 -07:00 committed by GitHub
parent 4d0c2ba6ef
commit 84c3cf66ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -436,6 +436,7 @@ class BaseReportState:
"""
header_data = self._get_log_data()
header_data["error_text"] = message
logger.info("header_data info %s", header_data)
notification_content = NotificationContent(
name=name, text=message, header_data=header_data
)