Skip to content

Releases: quintoandar/node-logger

typescript descriptors

18 Jun 13:58
Compare
Choose a tag to compare
Pre-release

Adding typescript descriptors

Update Node Logger

10 Jun 14:58
f96592f
Compare
Choose a tag to compare

Features

  • [RELY-67] Update Node Logger

Update logging format

19 Dec 19:56
901ec42
Compare
Choose a tag to compare

Update logging format.

Fix env var not found

10 Dec 17:31
5c6a127
Compare
Choose a tag to compare

Quick fix to add process.env on CAPTURE_UNHANDLED_REJECTIONS.

Capture Unhandled Exceptions

10 Dec 12:58
6b6474a
Compare
Choose a tag to compare

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

30 Jul 13:24
11ec299
Compare
Choose a tag to compare
  • Update Winston lib to version ^2.4.3;
  • Change winston-sentry lib to winston-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

25 Jul 17:47
90d4fe2
Compare
Choose a tag to compare

Add as default behavior the logging of uncaught exceptions.

Update Module Name

12 Jan 13:01
c21f7fa
Compare
Choose a tag to compare
1.0.0

Update version

0.0.1: Merge pull request #1 from quintoandar/remove-git-rev-sync

02 Jan 18:31
5d39f60
Compare
Choose a tag to compare