This commit is contained in:
Francesco Mangiacrapa 2017-09-05 15:07:15 +00:00
parent 87db1a1acf
commit c50a0ca79a
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ public class GeonetworkResolver extends HttpServlet{
ReusableInputStream reusIs = new ReusableInputStream(in);
int bytes = IOUtils.copy(reusIs, out);
logger.trace("POST - RETURN : "+IOUtils.toString(reusIs));
logger.debug("POST - RETURN : "+IOUtils.toString(reusIs));
if(bytes==0)
logger.warn("ResponseBody is empty, returning empty resp");