diff --git a/src/main/java/de/fraunhofer/iosb/ilt/sensorthingsimporter/csv/ImporterCsv.java b/src/main/java/de/fraunhofer/iosb/ilt/sensorthingsimporter/csv/ImporterCsv.java index f4a3fee..c4defe0 100644 --- a/src/main/java/de/fraunhofer/iosb/ilt/sensorthingsimporter/csv/ImporterCsv.java +++ b/src/main/java/de/fraunhofer/iosb/ilt/sensorthingsimporter/csv/ImporterCsv.java @@ -254,7 +254,7 @@ public List next() { rowCount++; return result; } - LOGGER.info("Parsed {} rows of {}.", rowCount, totalCount); + LOGGER.debug("Parsed {} rows of {}.", rowCount, totalCount); return Collections.emptyList(); }