|
@@ -90,7 +90,7 @@ function init() {
|
|
|
try {
|
|
|
file.checkPathSync(directoryPath)
|
|
|
|
|
|
- file.getLastFile(logPath, 5, async (fileNameList, _) => {
|
|
|
+ file.getLastFile(logPath, 500, async (fileNameList, _) => {
|
|
|
// logger.info('文件:', fileNameList);
|
|
|
result = await file.readLastNLines(logPath, fileNameList, n);
|
|
|
// logger.info('?????:', result);
|