fix: add logging to alerts and reports to find non-triggering issues (#21684)
This commit is contained in:
parent
4d0c2ba6ef
commit
84c3cf66ea
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue