node-lambda-log

Basic logging mechanism for Node.js Lambda Functions and other AWS services, which produces logs in JSON format for easier reading through Cloudwatch Logs.

MIT License

Downloads
265.2K
Stars
192
Committers
9

Bot releases are hidden (Show)

node-lambda-log - v2.4.0

Published by KyleRoss over 4 years ago

2.4.0 (2020-05-15)

Bug Fixes

  • check for "falsey" values for LAMBDALOG_SILENT (187f755)

Features

  • allow globally overriding silent via env var LAMBDALOG_SILENT (aecbfba)
node-lambda-log - v2.3.1

Published by KyleRoss about 5 years ago

2.3.1 (2019-09-03)

Bug Fixes

node-lambda-log - v2.3.0

Published by KyleRoss over 5 years ago

2.3.0 (2019-06-21)

Bug Fixes

  • add .DS_Store to gitignore (968bd50)

Features

  • add log.result() method (3b98ec3)

Performance Improvements

  • switch to fast-safe-stringify to increase performance (3f5fa59)
node-lambda-log - v2.2.0

Published by KyleRoss over 5 years ago

2.2.0 (2019-03-20)

Features

  • logmessage: allow overriding LogMessage (8a867ac)