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
Pino could do a good job.
The text was updated successfully, but these errors were encountered:
Yeah I think the existing logging could be improved for sure. What kind of information would you expect to see logged by the framework?
Sorry, something went wrong.
Something more on the lines of how NestJS manages em. For production, they throw JSON in the terminal. For dev, it's formatted.
https://docs.nestjs.com/techniques/logger
Mostly we see: Status code Route Time hit User Agent Response
With the right colors.
Something more on the lines of how NestJS manages em. For production, they throw JSON in the terminal. For dev, it's formatted. https://docs.nestjs.com/techniques/logger Mostly we see: Status code Route Time hit User Agent Response With the right colors.
Seems reasonable. I could look into this at some point, keeping this issue open for now.
No branches or pull requests
Pino could do a good job.
The text was updated successfully, but these errors were encountered: