hl 10 месяцев назад
Родитель
Сommit
10192c2a47
1 измененных файлов с 1 добавлено и 1 удалено
  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 {