add more console logging for debugging

This commit is contained in:
Nour Alharithi
2025-04-16 13:02:04 -07:00
parent 2d886a1605
commit dcb8257c49

View File

@@ -548,6 +548,11 @@ const main = async (): Promise<void> => {
}_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`, }_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`,
selectMostRecentBySlot selectMostRecentBySlot
); );
console.log(
`last_update_orderbook_${
isSpot ? 'spot' : 'perp'
}_${normedMarketIndex}${includeIndicativeStr ? '_indicative' : ''}`
);
const depthToUse = Math.min(parseInt(adjustedDepth as string) ?? 1, 100); const depthToUse = Math.min(parseInt(adjustedDepth as string) ?? 1, 100);
let cacheMiss = true; let cacheMiss = true;
if (redisL2) { if (redisL2) {