浏览代码

预警信息bugfix

kevin_zhangl 2 年之前
父节点
当前提交
5346e8a7ec
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      common/helpers/Alarm.php

+ 1 - 0
common/helpers/Alarm.php

@@ -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') {