this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Better logging

alice b7f574da 8599fea8

+1 -1
+1 -1
src/main.ts
··· 32 32 }); 33 33 34 34 jetstream.on('open', () => { 35 - logger.info(`Connected to Jetstream at ${FIREHOSE_URL}`); 35 + logger.info(`Connected to Jetstream at ${FIREHOSE_URL} with cursor ${jetstream.cursor}`); 36 36 cursorUpdateInterval = setInterval(() => { 37 37 if (jetstream.cursor) { 38 38 logger.info(`Cursor updated to: ${jetstream.cursor} (${new Date(jetstream.cursor / 1000).toISOString()})`);