From 6df25d3c3f21545971d1ac03988d0190f33b99e0 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Sat, 17 Feb 2018 12:16:53 -0500 Subject: [PATCH] More diagnostics for StompServerTests --- .../integration/stomp/client/StompServerIntegrationTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-stomp/src/test/java/org/springframework/integration/stomp/client/StompServerIntegrationTests.java b/spring-integration-stomp/src/test/java/org/springframework/integration/stomp/client/StompServerIntegrationTests.java index 768a8ec3a8..118c3819f9 100644 --- a/spring-integration-stomp/src/test/java/org/springframework/integration/stomp/client/StompServerIntegrationTests.java +++ b/spring-integration-stomp/src/test/java/org/springframework/integration/stomp/client/StompServerIntegrationTests.java @@ -80,7 +80,7 @@ public class StompServerIntegrationTests { public Log4j2LevelAdjuster adjuster = Log4j2LevelAdjuster.trace() .categories("org.springframework", - "org.springframework.integration.stomp", + "org.springframework.integration", "org.apache.activemq.broker", "reactor.ipc", "io.netty");