diff --git a/common/src/test/resources/logback-test.xml b/common/src/test/resources/logback-test.xml
new file mode 100644
index 0000000000..ea5238ed68
--- /dev/null
+++ b/common/src/test/resources/logback-test.xml
@@ -0,0 +1,11 @@
+
+
+
+ %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n
+
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index 27ba0d69f7..dee7436f7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -227,6 +227,8 @@
1.1.33.Fork15
${os.detected.classifier}
${os.detected.name}-${os.detected.arch}
+ ${project.basedir}/../common/src/test/resources/logback-test.xml
+ debug
@@ -807,6 +809,10 @@
**/TestUtil*
random
+
+ ${logging.config}
+ ${logging.logLevel}
+
${argLine.common} ${argLine.alpnAgent} ${argLine.leak} ${argLine.coverage} ${argLine.noUnsafe}