ericclemmons / grunt-express-server

Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde
MIT License
248 stars 64 forks source link

How to hide "deprecated" message? #79

Open noppelmax opened 9 years ago

noppelmax commented 9 years ago

Hey,

is there a way log all message from server to a log file? I set logs: { out: 'file.log', err: 'file.log' } but i get some "deprecated" messsages into my grunt output. Because it is async, i cannot read my grunt output very clearly. Is there a way to hide them?

Thanks, Max