just moved log to trace

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/ckan-util-library@179745 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2019-06-10 09:17:13 +00:00
parent d3b8c4de59
commit d81560d9fe
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class SimpleExtendCkanClient extends CkanClient{
returnedText = CharStreams.toString(reader);
}
logger.debug("returnedText {}", returnedText);
logger.trace("returnedText {}", returnedText);
} catch (Exception ex) {
throw new CkanException("Error while performing GET. Request url was: " + fullUrl, this, ex);
}