Skip to content

Releases: SAP/cf-nodejs-logging-support

v6.1.3

06 Apr 12:02

Choose a tag to compare

Bugfixes

  • Fixed printing of circular objects in custom fields (fixes #50)

v6.1.2

28 Feb 09:53

Choose a tag to compare

Bugfixes

  • Fixed written_ts bug (fixes #48)

v6.1.0

14 Jan 09:24
cdeee24

Choose a tag to compare

Features

  • Added log severity check methods (fixes #45)
  • Write unregistered custom fields as top-level fields

Bugfixes

  • Fixed behavior of setLoggingLevel() for unsupported levels
  • Fixed behavior of setLoggingLevel() for non-lowercase levels (fixes #47)

v6.0.1

05 Dec 14:33

Choose a tag to compare

Bufixes

  • Fixed winston transport error (#44)

v6.0.0

12 Nov 15:08

Choose a tag to compare

Features

  • Added API method to create child loggers
  • Added custom field inheritance for child loggers
  • Added custom field registration to avoid frequent changes of field names
  • Added global custom fields, which will be written to every log
  • Removed/replaced counterintuitive API methods

v5.3.2

15 Oct 12:54

Choose a tag to compare

Bufixes

  • Fixed side effect bug, which caused invalid transformation of configuration object.

v5.3.1

10 Oct 14:20

Choose a tag to compare

Features

  • Updated configuration for organization_id and organization_name
  • Added README section for custom sink function

Bufixes

  • Replaced outdated coverage library

v5.3.0

02 Oct 12:30

Choose a tag to compare

Features

  • Added setSinkFunction(), which can be used to set a custom output sink

Bufixes

  • Fixed logMessage test

v5.2.6

24 Sep 09:54

Choose a tag to compare

Bufixes

  • Fixed issue with winston-transport not logging all logs

v5.2.5

27 Aug 09:06

Choose a tag to compare

Bufixes

  • Bump lodash and eslint-utils versions to resolve vulnerability issues (dev-dependencies)