8000
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 97c1ee4 commit 568f9edCopy full SHA for 568f9ed
core-httpclient-impl/src/main/java/com/optimizely/ab/config/HttpProjectConfigManager.java
@@ -110,7 +110,7 @@ protected ProjectConfig poll() {
110
httpGet.setHeader(HttpHeaders.IF_MODIFIED_SINCE, datafileLastModified);
111
}
112
113
- logger.info("Fetching datafile from: {}", httpGet.getURI());
+ logger.debug("Fetching datafile from: {}", httpGet.getURI());
114
try {
115
HttpResponse response = httpClient.execute(httpGet);
116
String datafile = getDatafileFromResponse(response);
0 commit comments