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') } } }