kwhinnery / todomvc-plusplus

TodoMVC++ Sample Application
MIT License
93 stars 148 forks source link

Add logging middleware for Express webapp #1

Closed kwhinnery closed 8 years ago

kwhinnery commented 8 years ago

It would be nice to provide some HTTP level logging for our Express server. I've heard that Morgan is a nice option for this.