gruntjs / grunt-contrib-connect

Start a static web server.
http://gruntjs.com
MIT License
714 stars 146 forks source link

Using a predefined logger format with colored http status #206

Closed BenoitVerdier closed 8 years ago

BenoitVerdier commented 8 years ago

Instead of creating a custom logger format, wouldn't it be useful to use the ones from morgan ? Especially the 'dev' format since it has colored http status, which would be useful for debugging.