ericclemmons / grunt-express-server

Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to hide "deprecated" message?

noppelmax opened this issue · comments

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