From c7a03abdc38e67b1a6bf147c7b7718d3a4aee0e7 Mon Sep 17 00:00:00 2001 From: Nanne Baars Date: Mon, 19 Sep 2016 23:42:21 +0200 Subject: [PATCH] Fixing the functional testcases together with Travis CI which stopped due to excessive logging from the Tomcat 7 Maven plugin --- webgoat-container/pom.xml | 5 +++++ webgoat-container/src/test/resources/log4j-silent.properties | 1 + 2 files changed, 6 insertions(+) create mode 100644 webgoat-container/src/test/resources/log4j-silent.properties diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml index 800862192..2884010c5 100644 --- a/webgoat-container/pom.xml +++ b/webgoat-container/pom.xml @@ -77,6 +77,11 @@ org.apache.maven.plugins maven-failsafe-plugin ${maven-failsafe-plugin.version} + + + file:${project.basedir}/src/test/resources/log4j-silent.properties + + diff --git a/webgoat-container/src/test/resources/log4j-silent.properties b/webgoat-container/src/test/resources/log4j-silent.properties new file mode 100644 index 000000000..5a25ce19b --- /dev/null +++ b/webgoat-container/src/test/resources/log4j-silent.properties @@ -0,0 +1 @@ +log4j.rootLogger=INFO