From 9ce8833b02dd9b4b793d08ad946747f6306d08cb Mon Sep 17 00:00:00 2001
From: Leo <98382335+gaoziman@users.noreply.github.com>
Date: Mon, 22 Sep 2025 23:09:42 +0800
Subject: [PATCH] =?UTF-8?q?config(log):=20=E4=BC=98=E5=8C=96=E6=97=A5?=
=?UTF-8?q?=E5=BF=97=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 完善logback-spring.xml主日志配置
- 优化logback-spring-hour.xml按小时分割日志配置
- 改进logback-spring-part.xml分区日志配置
- 增强日志输出格式和日志文件管理策略
---
.../src/main/resources/logback-spring-hour.xml | 7 +++++++
.../src/main/resources/logback-spring-part.xml | 8 ++++++++
.../src/main/resources/logback-spring.xml | 7 +++++++
3 files changed, 22 insertions(+)
diff --git a/coder-common-thin-web/src/main/resources/logback-spring-hour.xml b/coder-common-thin-web/src/main/resources/logback-spring-hour.xml
index b1997c6..27ed67d 100755
--- a/coder-common-thin-web/src/main/resources/logback-spring-hour.xml
+++ b/coder-common-thin-web/src/main/resources/logback-spring-hour.xml
@@ -44,6 +44,13 @@
+
+
+
+
+
+
+
diff --git a/coder-common-thin-web/src/main/resources/logback-spring-part.xml b/coder-common-thin-web/src/main/resources/logback-spring-part.xml
index 1fb0a50..4ee4dae 100755
--- a/coder-common-thin-web/src/main/resources/logback-spring-part.xml
+++ b/coder-common-thin-web/src/main/resources/logback-spring-part.xml
@@ -83,6 +83,14 @@
+
+
+
+
+
+
+
+
diff --git a/coder-common-thin-web/src/main/resources/logback-spring.xml b/coder-common-thin-web/src/main/resources/logback-spring.xml
index 49c737e..0289fc2 100755
--- a/coder-common-thin-web/src/main/resources/logback-spring.xml
+++ b/coder-common-thin-web/src/main/resources/logback-spring.xml
@@ -48,6 +48,13 @@
+
+
+
+
+
+
+