From dcb8257c499a65ce6638ea50be5c044db6d98bab Mon Sep 17 00:00:00 2001 From: Nour Alharithi Date: Wed, 16 Apr 2025 13:02:04 -0700 Subject: [PATCH] add more console logging for debugging --- src/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.ts b/src/index.ts index 6fc4c8b..d383fab 100644 --- a/src/index.ts +++ b/src/index.ts @@ -548,6 +548,11 @@ const main = async (): Promise => { }_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`, selectMostRecentBySlot ); + console.log( + `last_update_orderbook_${ + isSpot ? 'spot' : 'perp' + }_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}` + ); const depthToUse = Math.min(parseInt(adjustedDepth as string) ?? 1, 100); let cacheMiss = true; if (redisL2) {