From 7a02c49e39d0b63a5910ff29d653ad1589eb61d6 Mon Sep 17 00:00:00 2001 From: Asharon Baltazar Date: Sun, 8 Dec 2024 12:06:19 -0500 Subject: [PATCH] chore: console log for debugging --- lib/lambda/sinkMainProcessors.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/lambda/sinkMainProcessors.ts b/lib/lambda/sinkMainProcessors.ts index fdfb62e0c6..07ffafdf42 100644 --- a/lib/lambda/sinkMainProcessors.ts +++ b/lib/lambda/sinkMainProcessors.ts @@ -131,6 +131,8 @@ export const insertNewSeatoolRecordsFromKafkaIntoMako = async ( const id: string = decodeBase64WithUtf8(key); + console.log({ splitId: id.split(""), makoDocTimestamps }); + if (!value) { // record in seatool has been deleted // nulls the seatool properties from the record