From ca664d033bd1e305a591d251fb3f427c7e986005 Mon Sep 17 00:00:00 2001 From: "qinxiaodong@pannk.com" Date: Wed, 4 Nov 2020 17:46:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/logback-spring.xml | 75 +++++ common-config/src/main/resources/logback.xsd | 282 ++++++++++++++++++ 2 files changed, 357 insertions(+) create mode 100644 common-config/src/main/resources/logback-spring.xml create mode 100644 common-config/src/main/resources/logback.xsd diff --git a/common-config/src/main/resources/logback-spring.xml b/common-config/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..b4537ab --- /dev/null +++ b/common-config/src/main/resources/logback-spring.xml @@ -0,0 +1,75 @@ + + + + + + mms + + + + + + + + + + %-4relative [%thread] %-5level %logger{35} - %msg %n + + + + + + + + + + + + logFile.%d{yyyy-MM-dd}.log + 30 + +           + %-4relative [%thread] %-5level %logger{35} - %msg%n       + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/common-config/src/main/resources/logback.xsd b/common-config/src/main/resources/logback.xsd new file mode 100644 index 0000000..78f81e4 --- /dev/null +++ b/common-config/src/main/resources/logback.xsd @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- GitLab