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 71c0ca8 commit d7f0531Copy full SHA for d7f0531
client/src/main/java/io/split/client/SplitClientConfig.java
@@ -295,7 +295,7 @@ public static final class Builder {
295
private String _authServiceURL = "https://auth.split.io/api/auth";
296
private String _streamingServiceURL = "https://streaming.split.io/sse";
297
private int _onDemandFetchRetryDelayMs = 50;
298
- private boolean _cdnDebugLogging = false;
+ private boolean _cdnDebugLogging = true;
299
300
public Builder() {
301
}
0 commit comments