We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
thanks for this useful NestJS library.
I am running into an issue with the event hub server after upgrading NestJS to "@nestjs/common": "8.0.6".
File: monorepo-libs-main\packages\nestjs-azure-eventhub\src\microservices\eventhub-server.ts
monorepo-libs-main\packages\nestjs-azure-eventhub\src\microservices\eventhub-server.ts
Line 90: this.logger.setContext(EventHubServer.name);
this.logger.setContext(EventHubServer.name);
Error: Property 'setContext' does not exist on type 'LoggerService'.ts(2339)
In NestJS, setContext was removed on commit 6043520 on May 14 https://github.com/nestjs/nest/blob/master/packages/common/services/logger.service.ts
setContext
Best regards, Achim
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
thanks for this useful NestJS library.
I am running into an issue with the event hub server after upgrading NestJS to "@nestjs/common": "8.0.6".
File:
monorepo-libs-main\packages\nestjs-azure-eventhub\src\microservices\eventhub-server.ts
Line 90:
this.logger.setContext(EventHubServer.name);
Error: Property 'setContext' does not exist on type 'LoggerService'.ts(2339)
In NestJS,
setContext
was removed on commit 6043520 on May 14https://github.com/nestjs/nest/blob/master/packages/common/services/logger.service.ts
Best regards,
Achim
The text was updated successfully, but these errors were encountered: