From 615322087ed2415337033054924d66a454dbee72 Mon Sep 17 00:00:00 2001 From: BenjaminNH <1249376374@qq.com> Date: Thu, 3 Jul 2025 16:52:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=9A=E5=86=99=E5=85=A5logs=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=E4=B8=94=E6=8C=89=E5=A4=A9=E5=88=87=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/logback-spring.xml | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/main/resources/logback-spring.xml diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..741e5f7 --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,29 @@ + + + + + + + + + ${LOG_PATTERN} + + + + + + ${LOG_PATH}/equip-reserve.log + + ${LOG_PATH}/equip-reserve.%d{yyyy-MM-dd}.log + 30 + + + ${LOG_PATTERN} + + + + + + + +