mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-31 13:34:24 +02:00
reduced logging level as the util class cannot judge the severity (#227)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
+1
-1
@@ -196,7 +196,7 @@ public class HttpUtil {
|
||||
|
||||
int statusCode = client.executeMethod(method);
|
||||
if (statusCode != HttpStatus.SC_OK) {
|
||||
logger.warn("Method failed: {}", method.getStatusLine());
|
||||
logger.debug("Method failed: {}", method.getStatusLine());
|
||||
}
|
||||
|
||||
String responseBody = IOUtils.toString(method.getResponseBodyAsStream());
|
||||
|
||||
Reference in New Issue
Block a user