diff --git a/packages/pubsub/src/Publisher.ts b/packages/pubsub/src/Publisher.ts index 3fb9031..c6f699c 100644 --- a/packages/pubsub/src/Publisher.ts +++ b/packages/pubsub/src/Publisher.ts @@ -213,7 +213,7 @@ export class Publisher { try { return !!(await this.client.schema(this.topicSchemaName).get()) } catch (e) { - this.logger?.info(`Schema ${this.topicSchemaName} can't be found`) + this.logger?.info(`Schema ${this.topicSchemaName} can't be found`, e) return false } }