Closed asantos00 closed 1 year ago
Try the following instead:
nestjs
btw if you use another logger lib like the production-ready Pino (with nestjs-pino
) you will be able to suppress such entries easily using Pino features. The native one was designed to be as simple as possible and extensible
Is there an existing issue for this?
Current behavior
Currently a good part of my production logs are initializations of the application due to the number of logs that RouterMapper, RoutesResolver and RouterExplorer. I can't find a way to disable it
Minimum reproduction code
Any nestjs app
Steps to reproduce
No response
Expected behavior
Is there a way to disable these types of logs, or at least to intercept them?
Package
Other package
No response
NestJS version
9.2.1
Packages versions
Node.js version
v16.13.1
In which operating systems have you tested?
Other
No response