浏览代码

创建项目

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">