Skip to content

Commit 9cfbe54

Browse files
committed
added snapshot logs
1 parent 2c96555 commit 9cfbe54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/elastic/jdbc/triggers/GetRowsPollingTrigger.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public final void execute(ExecutionParameters parameters) {
3333
LOGGER.info("About to execute select trigger");
3434
final JsonObject configuration = parameters.getConfiguration();
3535
JsonObject snapshot = parameters.getSnapshot();
36+
LOGGER.info("Got snapshot: {}", snapshot.toString());
3637
checkConfig(configuration);
3738
String pollingField = "";
3839
Calendar cDate = Calendar.getInstance();

0 commit comments

Comments
 (0)