Set log to trace
This commit is contained in:
parent
9a856a68f8
commit
5744607834
|
@ -466,7 +466,7 @@ public class ResourceRegistryClientImpl implements ResourceRegistryClient {
|
|||
|
||||
String ret = HTTPUtility.getResponse(String.class, httpURLConnection);
|
||||
|
||||
logger.debug("Query result is {}", ret);
|
||||
logger.trace("Query result is {}", ret);
|
||||
return ret;
|
||||
} catch(ResourceRegistryException e) {
|
||||
// logger.trace("Error while querying", e);
|
||||
|
|
Loading…
Reference in New Issue