DBZ-4426 Log message when Oracle schema locks are disabled by configuration

This commit is contained in:
Chris Cranford 2021-12-09 18:04:44 -05:00 committed by Chris Cranford
parent 0023cb10a5
commit 33c0266dcf

View File

@ -114,6 +114,9 @@ protected void lockTablesForSchemaSnapshot(ChangeEventSourceContext sourceContex
} }
} }
} }
else {
LOGGER.info("Schema locking was disabled in connector configuration");
}
} }
@Override @Override