Browse Source

日志查询bug尝试修复

hl 1 năm trước cách đây
mục cha
commit
b64619baf5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/robot.js

+ 1 - 0
src/robot.js

@@ -522,6 +522,7 @@ function downloadFileWithLinux(url, destination, headers, funBreak) {
 // 上报-机器人状态
 function robotStatus(app) {
     var config = getRustConfig()
+    logger.info('要?????????????汇报:状态:', '机器人id:', app.id, '状态:', app.threadStatus);
 
     var msg = (app.threadStatus !== RobotStatus.ERROR ? "完成" : app.errorMessage)
     http.request_post(`${config.baseUrl}/report/statusReport`, {