kwhinnery / todomvc-plusplus

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

Add morgan as logger middleware; fixes #1 #11

Closed dalwlad closed 8 years ago

dalwlad commented 8 years ago

Add morgan loggind middleware.

JamesMGreene commented 8 years ago

:+1:

gantoine commented 8 years ago

👍

JamesMGreene commented 8 years ago

Ideally, you should try to include "Fixes #1" in your commit message for easy tracking and issue closure via PR merging.

You can update your local commit message with git commit --amend and then re-push it with git push origin --force, if you want to try doing this.

anthonybrown commented 8 years ago

👍