diff --git a/plugins/sensors/ic_os_rollout.py b/plugins/sensors/ic_os_rollout.py index 58df686..15b4c3b 100644 --- a/plugins/sensors/ic_os_rollout.py +++ b/plugins/sensors/ic_os_rollout.py @@ -350,6 +350,9 @@ def send_notification_if_necessary(subnet_id: str) -> None: key=key, map_indexes=context["task_instance"].map_index, ) + self.log.info( + "Here is the current alert check timestamp: %r", alert_check_timestamp + ) if not alert_check_timestamp: # Value is not yet xcommed. Xcom it now. deadline = now + SUBNET_UPDATE_STALL_TIMEOUT_SECONDS