Skip to content

Commit 6df25d3

Browse files
committed
More diagnostics for StompServerTests
1 parent 9123503 commit 6df25d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-stomp/src/test/java/org/springframework/integration/stomp/client/StompServerIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class StompServerIntegrationTests {
8080
public Log4j2LevelAdjuster adjuster =
8181
Log4j2LevelAdjuster.trace()
8282
.categories("org.springframework",
83-
"org.springframework.integration.stomp",
83+
"org.springframework.integration",
8484
"org.apache.activemq.broker",
8585
"reactor.ipc",
8686
"io.netty");

0 commit comments

Comments
 (0)