bithavoc / express-winston

express.js middleware for winstonjs
https://www.npmjs.com/package/express-winston
MIT License
795 stars 187 forks source link

Request timestamp #270

Open emileindik opened 2 years ago

emileindik commented 2 years ago

What's the best way to add the request timestamp to the logs (the time when the request enters the express server)? I was only able to figure out how to add the timestamp of when the response is returned.