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
What is the current behavior?
When I try to lazy-load a module that includes a @InjectPinoLogger decorator, it cannot start.
@InjectPinoLogger
What is the expected behavior?
Lazy-loading modules should properly inject the logger.
Please provide minimal example repo, not code snippet. Without example repo this issue will be closed.
https://github.com/casey-chow/nestjs-pino-repro
To run and observe failure:
npm install
npm start
Please mention other relevant information such as Node.js version and Operating System.
I'm on Node 22.2 and macOS Sonoma.
The text was updated successfully, but these errors were encountered:
iamolegga
No branches or pull requests
What is the current behavior?
When I try to lazy-load a module that includes a
@InjectPinoLogger
decorator, it cannot start.What is the expected behavior?
Lazy-loading modules should properly inject the logger.
Please provide minimal example repo, not code snippet. Without example repo this issue will be closed.
https://github.com/casey-chow/nestjs-pino-repro
To run and observe failure:
npm install
npm start
Please mention other relevant information such as Node.js version and Operating System.
I'm on Node 22.2 and macOS Sonoma.
The text was updated successfully, but these errors were encountered: