Skip to content

Commit

Permalink
fix: add logging to alerts and reports to find non-triggering issues (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson authored Oct 3, 2022
1 parent 4d0c2ba commit 84c3cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/reports/commands/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def send_error(self, name: str, message: str) -> None:
"""
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
)
Expand Down

0 comments on commit 84c3cf6

Please sign in to comment.