|
@@ -195,7 +195,7 @@ public class HttpProxyPropertyProvider extends BaseProvider implements PropertyP
|
|
|
r.setProperty(propertyIdToSet, propertyValueToSet);
|
|
|
}
|
|
|
catch (IOException ioe) {
|
|
|
- LOG.error("Error reading HTTP response from " + url);
|
|
|
+ LOG.debug("Error reading HTTP response from " + url);
|
|
|
r.setProperty(propertyIdToSet, null);
|
|
|
} catch (JsonSyntaxException jse) {
|
|
|
LOG.error("Error parsing HTTP response from " + url);
|