UNPKG

midnight

Version:

Web framework for building modern web applications

6 lines (5 loc) 156 B
module.exports = (req, res, next) => { const started = new Date(); next(); req.app.log.info(`${new Date() - started}ms ${req.method} ${req.url}`); };