Releases: quintoandar/node-logger
Releases · quintoandar/node-logger
typescript descriptors
Adding typescript descriptors
Update Node Logger
Features
- [RELY-67] Update Node Logger
Update logging format
Update logging format.
Fix env var not found
Quick fix to add process.env on CAPTURE_UNHANDLED_REJECTIONS
.
Capture Unhandled Exceptions
This new version of node-logger adds a config object in the Sentry instantiation to capture unhandled exceptions. We do this by getting the env
variable CAPTURE_UNHANDLED_REJECTIONS
or setting its value as false in case this env
variable does not exist.
Update Libraries
- Update Winston lib to version
^2.4.3
; - Change
winston-sentry
lib towinston-raven-sentry
for a more up to date lib. - Make the console log level a new environment variable, and defaults it to error, info and warm.
Log uncaught exceptions
Add as default behavior the logging of uncaught exceptions.
Update Module Name
1.0.0 Update version
0.0.1: Merge pull request #1 from quintoandar/remove-git-rev-sync
Remove git-rev-sync