From 4a764eba28eb8c8660ad8bd679024dd10b8246cd Mon Sep 17 00:00:00 2001 From: dhb52 Date: Fri, 11 Apr 2025 10:54:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(1.5.0-beta1):=20LogFactory=20spi=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4Log4jLogFactory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../services/com.aizuda.snailjob.common.log.factory.LogFactory | 2 -- 1 file changed, 2 deletions(-) diff --git a/snail-job-common/snail-job-common-log/src/main/resources/META-INF/services/com.aizuda.snailjob.common.log.factory.LogFactory b/snail-job-common/snail-job-common-log/src/main/resources/META-INF/services/com.aizuda.snailjob.common.log.factory.LogFactory index 388b41e5c..e67e7de05 100644 --- a/snail-job-common/snail-job-common-log/src/main/resources/META-INF/services/com.aizuda.snailjob.common.log.factory.LogFactory +++ b/snail-job-common/snail-job-common-log/src/main/resources/META-INF/services/com.aizuda.snailjob.common.log.factory.LogFactory @@ -1,4 +1,2 @@ com.aizuda.snailjob.common.log.dialect.slf4j.Slf4jLogFactory com.aizuda.snailjob.common.log.dialect.log4j2.Log4j2LogFactory -com.aizuda.snailjob.common.log.dialect.log4j.Log4jLogFactory -