QuocAnhJ / node_mongo_boilerplate

2 stars 4 forks source link

Logger middelware #5

Open QuocAnhJ opened 6 years ago

pmnhatdn commented 6 years ago

Just a thought on this:

A combination of Morgan and Winston sounds promising and being used quite popular out there.

Morgan as a HTTP request logging middlewear. Winston for multiple transport logging(async supported), which comes with quite many useful features:

TODO: See if Winston or its derivatives can handle these features:

Morgan: https://github.com/expressjs/morgan Winston: https://github.com/winstonjs/winston