From 44955a91e94fd846bc6aca5192b7ef19ba75d020 Mon Sep 17 00:00:00 2001 From: Ziin Date: Tue, 1 Jul 2025 19:39:55 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=20logback=20=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 --- src/main/resources/logback-spring.xml | 68 +++++++++++++++++++++++++++ 1 file changed, 68 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..eb5a897 --- /dev/null +++ b/src/main/resources/logback-spring.xml @@ -0,0 +1,68 @@ + + + + TK-DataSave + + + + + + + + + + + + + + ${PATTERN_DEFAULT} + + + + + + ${LOG_FILE_PATH}.log + + ${LOG_FILE_PATH}-%d{yyyy-MM-dd}.log + 7 + 10MB + + + ${FILE_PATTERN} + UTF-8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file