Browse Source

日志查询bug

hl 10 months ago
parent
commit
10192c2a47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web.js

+ 1 - 1
src/web.js

@@ -101,7 +101,7 @@ function init() {
             file.getLastFile(logPath, 10, (fileNameList) => {
                 logger.info('??1:', fileNameList);
                 result = file.readLastNLines(logPath, fileNameList, n);
-                logger.info('?????:', result);
+                // logger.info('?????:', result);
                 res.send({'code': 200, 'data': result, "message": "SUCCESS"});
             });
         } else {