DBZ-8148 Reduce XStream logging verbosity

This commit is contained in:
Chris Cranford 2024-08-14 08:23:12 -04:00 committed by Chris Cranford
parent 2f537de14f
commit d9f831d138

View File

@ -151,7 +151,7 @@ private void processRowLCR(RowLCR row) throws InterruptedException {
}
private void dispatchDataChangeEvent(RowLCR lcr, Map<String, Object> chunkValues) throws InterruptedException {
LOGGER.info("Processing DML event {}", lcr);
LOGGER.debug("Processing DML event {}", lcr);
if (RowLCR.COMMIT.equals(lcr.getCommandType())) {
final Instant commitTimestamp = lcr.getSourceTime().timestampValue().toInstant();