me-ventures / microservice-toolkit

MIT License
3 stars 1 forks source link

Add option to only log http error codes #22

Closed MaikelH closed 6 years ago

MaikelH commented 6 years ago

Currently the http module logs all http response codes. The downside of this is that it causes a log clutter inside logs.

A possible solution is to use the skip option in the morgan library.

EvaLok commented 6 years ago

closed by #23