From fa75f377edfca1101fd89ded9c9d332a9801344a Mon Sep 17 00:00:00 2001 From: Jaroslaw Grabowski Date: Mon, 23 Apr 2018 11:52:26 +0200 Subject: [PATCH] Add logback config file So that debug messages are not printed out when executing tests. Logback logging config file is "redundant" since we already have log4j.properties. The former is used by test process and is preferred since it log4j can not be found on DSE classpath. The latter is used by obsolete EmbeddedCassandra and needs to be removed in the future. --- scala/sbt/dse/src/test/resources/logback.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 scala/sbt/dse/src/test/resources/logback.xml diff --git a/scala/sbt/dse/src/test/resources/logback.xml b/scala/sbt/dse/src/test/resources/logback.xml new file mode 100644 index 0000000..78ca39d --- /dev/null +++ b/scala/sbt/dse/src/test/resources/logback.xml @@ -0,0 +1,20 @@ + + + + + + + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + + + + + +