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) { } catch (Exception e) {
log.error("doAround日志记录异常异常信息为:", e); log.error("doAround日志记录异常异常信息为:", e);
throw e;
} }
return result; return result;
} }

View File

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