Skip to content

Commit d7f0531

Browse files
committed
true by default
1 parent 71c0ca8 commit d7f0531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/split/client/SplitClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public static final class Builder {
295295
private String _authServiceURL = "https://auth.split.io/api/auth";
296296
private String _streamingServiceURL = "https://streaming.split.io/sse";
297297
private int _onDemandFetchRetryDelayMs = 50;
298-
private boolean _cdnDebugLogging = false;
298+
private boolean _cdnDebugLogging = true;
299299

300300
public Builder() {
301301
}

0 commit comments

Comments
 (0)