diff --git a/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationIntegrationTests.java b/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationIntegrationTests.java index 6ab84705..dd57f698 100644 --- a/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationIntegrationTests.java +++ b/src/test/java/org/springframework/data/gemfire/config/annotation/LocatorApplicationIntegrationTests.java @@ -82,6 +82,7 @@ public class LocatorApplicationIntegrationTests { .set("jmx-manager", distributedSystemProperties.getProperty("jmx-manager")) .set("locators", distributedSystemProperties.getProperty("locators")) .set("log-file", distributedSystemProperties.getProperty("log-file")) + .set("log-level", distributedSystemProperties.getProperty("log-level")) .create(); assertThat(peerCache).isNotNull();