Skip to content

Commit

Permalink
DBZ-7117 change log message level
Browse files Browse the repository at this point in the history
  • Loading branch information
eizners committed Jan 16, 2024
1 parent f5fb996 commit e30403d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private static long getObjectSize(SimpleEntry<String, Map<String, String>> recor
approximateSize += entry.getKey().getBytes().length +
entry.getValue().getBytes().length;
}
LOGGER.info("Estimated record size is {}", approximateSize);
LOGGER.debug("Estimated record size is {}", approximateSize);
return approximateSize;
}
}

0 comments on commit e30403d

Please sign in to comment.