rev:修复日志打印报错

This commit is contained in:
zhangzq
2024-12-27 13:59:59 +08:00
parent c61134f6fb
commit 5de252e2e7
2 changed files with 1 additions and 2 deletions

View File

@@ -70,7 +70,6 @@ public class WhiteListLogAspect {
}
} catch (Exception e) {
log.error("doAround日志记录异常异常信息为:", e);
throw e;
}
return result;
}

View File

@@ -170,7 +170,7 @@ es:
index: lms_log
lucene:
index:
path: D:\lms\lucene\index
path: D:\log\lms\lucene\index
management:
endpoints:
web: