소스 검색

创建项目

LingxinMeng 1 년 전
부모
커밋
9e3d5d732a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      simulation-resource-scheduler/src/main/resources/logback-spring.xml

+ 3 - 0
simulation-resource-scheduler/src/main/resources/logback-spring.xml

@@ -7,6 +7,9 @@
     <springProfile name="private">
         <property name="LOG_HOME" value="./log"/>
     </springProfile>
+    <springProfile name="test">
+        <property name="LOG_HOME" value="./log"/>
+    </springProfile>
 
     <!--输出到控制台-->
     <appender name="console" class="ch.qos.logback.core.ConsoleAppender">