expressjs / morgan

HTTP request logger middleware for node.js
MIT License
7.95k stars 536 forks source link

Is there a way to get the start time instead of the finish time? #251

Open JimmyBjorklund opened 3 years ago

JimmyBjorklund commented 3 years ago

E.g print the _startTime instead of the finish time when doing date[ISO] ? like startTime[ISO] ?