@@ -41,6 +41,7 @@ class Alarm
LoggerTool::error(['预警信息上报平台失败. traceId【' . $message['trace-id'] . '】', $result]);
}
+ LoggerTool::notice(sprintf('信息推送预警平台成功. platformID[%s], traceID[%s]', $message['platform-id'], $message['trace-id']));
} else {
$reason = '';
if ($reportAlarmOpen == '0') {