DBZ-6880 Include details about unsupported operations

This commit is contained in:
Chris Cranford 2023-09-08 10:17:16 -04:00 committed by Chris Cranford
parent b5700a62c9
commit dd5f1ac0f9

View File

@ -1058,6 +1058,7 @@ protected void handleUnsupportedEvent(LogMinerEventRow row) {
row.getTransactionId(),
row.getScn(),
row.getThread());
LOGGER.debug("\t{}", row);
}
}