Support logging request #5857
Replies: 3 comments
-
There already is expressjs/morgan, but Express is meant to be simple, so that's probably why it's not used by default. |
Beta Was this translation helpful? Give feedback.
-
Honestly while I agree with @krzysdz historically, I think that I would prefer if we did move toward including this in the core feature set in a future release. We need to use |
Beta Was this translation helpful? Give feedback.
-
Actually express supports debug, so you can get a lot of information by running |
Beta Was this translation helpful? Give feedback.
-
It would be great to add logs to every request like fastify or nestjs do, but make it native like they do, not relying on an external dependency. This would improve the DX and debugging of the server,
Beta Was this translation helpful? Give feedback.
All reactions