How to disable HTTP request logs in Node/Express.js
Move the logging pluggin below the resource pluggin in the app initialization. Done.
Woohoo for Connect!
On express.js 4,
comment: //app.use(morgan('dev'));
Move the logging pluggin below the resource pluggin in the app initialization. Done.
Woohoo for Connect!
On express.js 4,
comment: //app.use(morgan('dev'));