From e7cfd6e115dde2d7aadbdb6baeaeba7f948789d5 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sun, 28 Aug 2022 20:07:30 +0800 Subject: [PATCH] fix --- .gitignore | 1 + src/main/resources/logback-spring.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore index 04e9552..72106d7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ target/ logs/ log/ +sdm/ !.mvn/wrapper/maven-wrapper.jar !**/src/main/** !**/src/test/** diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index ef2422f..a01fa58 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="60 seconds" debug="false"> <contextName>febs</contextName> - <property name="log.path" value="tfc/log" /> + <property name="log.path" value="sdm/log" /> <property name="log.maxHistory" value="15" /> <property name="log.colorPattern" value="%magenta(%d{yyyy-MM-dd HH:mm:ss}) %highlight(%-5level) %yellow(%thread) %green(%logger) %msg%n"/> <property name="log.pattern" value="%d{yyyy-MM-dd HH:mm:ss} %-5level %thread %logger %msg%n"/> -- Gitblit v1.9.1