We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e24371 commit 493b4a3Copy full SHA for 493b4a3
test-infra/src/main/java/com/datastax/oss/driver/api/testinfra/ccm/CcmBridge.java
@@ -151,7 +151,7 @@ public class CcmBridge implements AutoCloseable {
151
static {
152
Map<String, String> envMap = Maps.newHashMap(new ProcessBuilder().environment());
153
if (SCYLLA_ENABLEMENT) {
154
- LOG.info("Overriding distribution variable because 'ccm.scylla = true' was passed");
+ LOG.debug("Overriding distribution variable because 'ccm.scylla = true' was passed");
155
DISTRIBUTION = BackendType.SCYLLA;
156
157
if (SCYLLA_ENTERPRISE) {
0 commit comments