log 包修改

This commit is contained in:
Github_lizhw 2024-11-10 15:48:23 +08:00
parent 5f63fb3d47
commit 19530c1856

View File

@ -49,8 +49,7 @@ public class LogAspect {
if (commonLogTenantIntercept != null) {
log.info("CommonLogTenantIntercept 有实现对象: " + commonLogTenantIntercept.getClass().getName());
} else {
System.exit(0);
throw new RuntimeException("CommonLogTenantIntercept 未实现, 请实现 CommonLogTenantIntercept 接口");
log.warn("CommonLogTenantIntercept 未实现, 请实现 CommonLogTenantIntercept 接口");
}
}