Trace logging for InboundGatewayTests

This commit is contained in:
Gary Russell
2018-02-14 13:25:35 -05:00
committed by Artem Bilan
parent accd2d9088
commit 98a7c4241d

View File

@@ -86,7 +86,7 @@ public class InboundGatewayTests {
topic6);
@Rule
public Log4j2LevelAdjuster adjuster = Log4j2LevelAdjuster.debug().categories("org.apache.kafka.clients",
public Log4j2LevelAdjuster adjuster = Log4j2LevelAdjuster.trace().categories("org.apache.kafka.clients",
"org.springframework.kafka", "org.springframework.integration");
@Test