From 3a81eed12b32bb0421d1e338a5399fd8cf2086a9 Mon Sep 17 00:00:00 2001 From: yang_shj Date: Fri, 11 Mar 2022 11:46:15 +0800 Subject: [PATCH] =?UTF-8?q?feat=200=20=E6=94=AF=E4=BB=98=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/logback-spring.xml | 76 +++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 payment-base-app/src/main/resources/logback-spring.xml diff --git a/payment-base-app/src/main/resources/logback-spring.xml b/payment-base-app/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..87ac544 --- /dev/null +++ b/payment-base-app/src/main/resources/logback-spring.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50}:%L - %msg%n + + + + + + + + ${LOG_HOME}/rbs_pay-%d{yyyy-MM-dd}.%i.log + + 30 + 20MB + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50}:%L - %msg%n + + + + + + + + ERROR + + + + %p%d%msg%M%F{32}%L + + + ${LOG_HOME}/error-log.html + + + + + + + + ${LOG_HOME}/jeecgboot-%d{yyyy-MM-dd}.%i.html + + 30 + 10MB + + + + %p%d%msg%M%F{32}%L + + + + + + + + + + + + + + + + + + + + \ No newline at end of file