I\'m currently working on an application based on Node/Express.js.
I have a lot of different resources files (images, css, js...) that I don\'t want to be logged when ex
On express.js 4,
comment: //app.use(morgan('dev'));
//app.use(morgan('dev'));