Skip to content

Commit

Permalink
Reduced debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed May 14, 2024
1 parent 39a758b commit a5e1bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public List<Observation> next() {
rowCount++;
return result;
}
LOGGER.info("Parsed {} rows of {}.", rowCount, totalCount);
LOGGER.debug("Parsed {} rows of {}.", rowCount, totalCount);
return Collections.emptyList();
}

Expand Down

0 comments on commit a5e1bb7

Please sign in to comment.