Releases: good-ware/js-log
Releases · good-ware/js-log
Set the default 'notice' color to magenta
v9.0.3 Fix #72 - Treat context as an object `logger.child(null, context)` when context is an object
Fix #72 - Treat context as an object logger.child(null, context) when context is an object
v9.0.2: Change console text color for 'notice' level to magenta
Breaking Changes
- Require NodeJS 14+ because ulidx needs nullish coalescing and frankly it's time
Other
Suppress CloudWatch error "ThrottlingException: Rate exceeded"
Fixes
- #65 Suppress CloudWatch error "ThrottlingException: Rate exceeded"
8.1.0 Add level 'notice'
8.0.6
v7.0.0 Rename metaKeys option to metaProperties
Breaking Changes
Rename metaKeys option to metaProperties
v6.3.0 Add commitSha to options
commitSha optionally specifies the git commit SHA for the user of the package, similar to the version option. commitSha is added to a meta key if provided.
v6.2.5 Add log event
Also add 'category' property to 'data' event objects
v6.2.3 Rename 'log' event to 'data'
This is in preparation of the 7.0.0 release which will have additional events.