This is an automated email from the ASF dual-hosted git repository. wujimin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git
commit a2d68aefbf96282173008806bb2c91f70193adbe Author: wujimin <wuji...@huawei.com> AuthorDate: Fri May 4 00:08:05 2018 +0800 [SCB-538] avoid "mvn clean install" can not delete test.log sometimes. --- .../invocation-core/src/test/resources/log4j.properties | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/swagger/swagger-invocation/invocation-core/src/test/resources/log4j.properties b/swagger/swagger-invocation/invocation-core/src/test/resources/log4j.properties index fbea91e..30e31c3 100644 --- a/swagger/swagger-invocation/invocation-core/src/test/resources/log4j.properties +++ b/swagger/swagger-invocation/invocation-core/src/test/resources/log4j.properties @@ -15,16 +15,10 @@ # limitations under the License. # -log4j.rootLogger=INFO, out, stdout +log4j.rootLogger=INFO, stdout # CONSOLE appender not used by default log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n -# File appender -log4j.appender.out=org.apache.log4j.FileAppender -log4j.appender.out.layout=org.apache.log4j.PatternLayout -log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n -log4j.appender.out.file=target/test.log -log4j.appender.out.append=true -- To stop receiving notification emails like this one, please contact wuji...@apache.org.