Przeglądaj źródła

预警信息bugfix

kevin_zhangl 2 lat temu
rodzic
commit
5346e8a7ec
1 zmienionych plików z 1 dodań i 0 usunięć
  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') {