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
Move the logging pluggin below the resource pluggin in the app initialization. Done.
Woohoo for Connect!