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) {