clarkie / dynogels

DynamoDB data mapper for node.js. Originally forked from https://github.com/ryanfitz/vogels
Other
490 stars 110 forks source link

Update logger documentation #128

Closed jkav77 closed 6 years ago

jkav77 commented 6 years ago

This updates the documentation regarding adding a logger to dynogels. I found that Winston did not format log messages correctly because it has a different parameter signature than Bunyan. This answers #121.

jkav77 commented 6 years ago

fixes #121