From 0ea4a07a194c237a00d1e5fae5e48090a9154267 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 7 Mar 2025 16:24:38 +0000 Subject: [PATCH] add log for jetstream closing --- packages/appview/src/ingestors/jetstream.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/appview/src/ingestors/jetstream.ts b/packages/appview/src/ingestors/jetstream.ts index 5dcae9c..d669185 100644 --- a/packages/appview/src/ingestors/jetstream.ts +++ b/packages/appview/src/ingestors/jetstream.ts @@ -173,6 +173,7 @@ export class Jetstream { this.isDestroyed = true this.ws.close() this.isStarted = false + this.logger.info('jetstream destroyed gracefully') } } } -- 2.51.2