Ver código fonte

初次提交

xiewj 2 anos atrás
pai
commit
b69c42532c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/resources/logback-spring.xml

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

@@ -2,7 +2,7 @@
 <configuration>
     <springProperty scope="context" name="LOG_MAX_HISTORY" source="logging.maxHistory"/>
     <!-- 日志根目录-->
-    <springProperty scope="context" name="LOG_HOME" source="logging.path"/>
+    <springProperty scope="context" name="LOG_HOME" source="logging.file.path"/>
 
     <!-- 日志级别 -->
     <springProperty scope="context" name="LOG_LEVEL" source="logging.fdkk.level" defaultValue="DEBUG"/>