Browse Source

日志文件路径修改

luhg 7 years ago
parent
commit
c6fb8e70b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/logback-spring.xml

+ 1 - 1
src/main/resources/logback-spring.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <configuration>
     <!-- 日志文件路径 -->
-    <property name="LOG_PATH" value="C:/log/springboot" />
+    <property name="LOG_PATH" value="C:/log/springboot/uas-eis" />
 
     <conversionRule conversionWord="clr" converterClass="org.springframework.boot.logging.logback.ColorConverter" />
     <conversionRule conversionWord="wex" converterClass="org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter" />