From 2e595f34f285a8558e96e99cf52190c0b2f7aa3f Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 18 Oct 2016 22:48:55 -0400 Subject: [PATCH] Increase logging in tests --- .../src/test/resources/logback.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 spring-cloud-stream-binder-kafka/src/test/resources/logback.xml diff --git a/spring-cloud-stream-binder-kafka/src/test/resources/logback.xml b/spring-cloud-stream-binder-kafka/src/test/resources/logback.xml new file mode 100644 index 000000000..a4fa00218 --- /dev/null +++ b/spring-cloud-stream-binder-kafka/src/test/resources/logback.xml @@ -0,0 +1,14 @@ + + + + %d{ISO8601} %5p %t %c{2}:%L - %m%n + + + + + + + + + + \ No newline at end of file