From 16a695c88e948967816cc906ee41321d354cf41b Mon Sep 17 00:00:00 2001 From: liu Date: Fri, 26 Apr 2024 16:58:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/logback-spring.xml | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 kbqa-graph/src/main/resources/logback-spring.xml diff --git a/kbqa-graph/src/main/resources/logback-spring.xml b/kbqa-graph/src/main/resources/logback-spring.xml new file mode 100644 index 0000000..818f2df --- /dev/null +++ b/kbqa-graph/src/main/resources/logback-spring.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + /data/kbqa/log/test.log + + + /data/kbqa/log/test-%d{yyyy-MM-dd}.log + + + %date [%thread] %-5level %logger{35} - %msg%n + + + + + + + + + + \ No newline at end of file