We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c459f1 commit 18b8185Copy full SHA for 18b8185
src/main/java/com/redhat/labs/lodestar/models/PagedResults.java
@@ -44,7 +44,7 @@ public boolean hasMore() {
44
}
45
46
public void update(Response response, GenericType<List<T>> type) {
47
- LOGGER.debug("update");
+ LOGGER.trace("page result update");
48
49
if(number == 1) {
50
String totalPageString = response.getHeaderString("X-Total-Pages");
0 commit comments