提交 5a06651c 编写于 作者: A ayanamist

[ISSUE #2872] move log files created by integration test to target dir

上级 b6379cdf
......@@ -60,20 +60,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<filesets>
<fileset>
<includes>
<include>**/it_test.log</include>
</includes>
</fileset>
</filesets>
</configuration>
</plugin>
</plugins>
</build>
</project>
......@@ -30,7 +30,7 @@
</appender>
<appender name="TOTAL" class="org.apache.log4j.RollingFileAppender">
<param name="File" value="it_test.log"/>
<param name="File" value="target/it_test.log"/>
<param name="append" value="false"/>
<param name="MaxFileSize" value="10240000"/>
<param name="MaxBackupIndex" value="10"/>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册