From 4a25d3463bd8dcb670331f55a7a7954235a08b19 Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Wed, 7 Oct 2020 22:43:54 +0200 Subject: [PATCH] DATAES-944 - Simplify logging setup in test environment. Original PR: #532 --- pom.xml | 13 +++++++------ src/test/resources/log4j2.xml | 16 ---------------- src/test/resources/logback.xml | 10 ++++++++-- 3 files changed, 15 insertions(+), 24 deletions(-) delete mode 100644 src/test/resources/log4j2.xml diff --git a/pom.xml b/pom.xml index 48e8b27ba..a9571e72a 100644 --- a/pom.xml +++ b/pom.xml @@ -154,12 +154,6 @@ org.elasticsearch.client transport ${elasticsearch} - - - commons-logging - commons-logging - - @@ -227,6 +221,13 @@ + + org.apache.logging.log4j + log4j-to-slf4j + ${log4j} + test + + org.apache.openwebbeans.test cditest-owb diff --git a/src/test/resources/log4j2.xml b/src/test/resources/log4j2.xml deleted file mode 100644 index 326e48951..000000000 --- a/src/test/resources/log4j2.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml index 7a6440457..3fcfec056 100644 --- a/src/test/resources/logback.xml +++ b/src/test/resources/logback.xml @@ -7,16 +7,22 @@ + + + + + + + + - -