moved log to trace

pull/4/head
Francesco Mangiacrapa 3 years ago
parent a2a61f9e7c
commit 883850d3f8

@ -520,7 +520,7 @@ public class GeoportalDataEntryServiceImpl extends RemoteServiceServlet implemen
LOG.warn("comparator Exception: " + e.getMessage());
}
LOG.debug("sorted list: " + listOfConcessioni);
LOG.trace("sorted list: " + listOfConcessioni);
// pagination
toReturn = listOfConcessioni.subList(startIndex, limitIndex);
}

Loading…
Cancel
Save