From 548525acdd32b3df00fbc8227e3c45f2a7856295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=B7=E8=A8=80?= <2439534736@qq.com> Date: Thu, 28 May 2026 15:31:38 +0800 Subject: [PATCH] =?UTF-8?q?remove(logback):=20=E5=88=A0=E9=99=A4=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E5=92=8C=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E7=9A=84?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 src/main/resources/logback-spring-local.xml 配置文件 - 移除 src/main/resources/logback-spring-s.xml 配置文件 - 清理相关日志配置依赖项和属性设置 --- src/main/resources/logback-spring-local.xml | 88 --------------------- src/main/resources/logback-spring-s.xml | 32 -------- 2 files changed, 120 deletions(-) delete mode 100644 src/main/resources/logback-spring-local.xml delete mode 100644 src/main/resources/logback-spring-s.xml diff --git a/src/main/resources/logback-spring-local.xml b/src/main/resources/logback-spring-local.xml deleted file mode 100644 index 6a5ea82..0000000 --- a/src/main/resources/logback-spring-local.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - logback - - - - - - - - info - - - ${log_pattern} - UTF-8 - - - - - - ./${log_home}/base-%d{yyyy-MM-dd}-info.%i.log - - 200MB - - 3 - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n - UTF-8 - - - info - - - - - - ./${log_home}/base-%d{yyyy-MM-dd}-error.%i.log - - 200MB - - 3 - - - - %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n - UTF-8 - - - error - - - - - - - ${logIps} - - 5 minutes - - 5 seconds - - 30 second - - - sleeping - - {"host":"${HOSTNAME}", "app_name":"${appName}","plantVersion":"1"} - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/resources/logback-spring-s.xml b/src/main/resources/logback-spring-s.xml deleted file mode 100644 index d13263e..0000000 --- a/src/main/resources/logback-spring-s.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - ${APP_NAME} - - - - ${LOG_FILE_PATH}/${APP_NAME}-%d{yyyy-MM-dd}.log - 30 - - - ${FILE_LOG_PATTERN} - - - - - - 120.48.109.209:4560 - - - - - - - - \ No newline at end of file