Skip to content

Releases: emartech/json-logger-js

v8.0.3

25 Apr 14:03
Compare
Choose a tag to compare

8.0.3 (2024-04-25)

Bug Fixes

  • error-logger: log error code from AxiosError instances in ECS format (i don't care about legacy) (d623408)

v8.0.2

28 Sep 11:25
Compare
Choose a tag to compare

8.0.2 (2023-09-28)

Bug Fixes

  • error-logger: log error message as event.reason as well (7663720)

v8.0.1

20 Sep 08:52
Compare
Choose a tag to compare

8.0.1 (2023-09-20)

Bug Fixes

  • timestamp: log event timestamp as event.created (4b358b9)

v8.0.0

19 Sep 15:02
Compare
Choose a tag to compare

8.0.0 (2023-09-19)

Bug Fixes

  • logger: do not overwrite ecs objects with custom data (82b499d)
  • readme: add details about new ecs format (b3a1b92)
  • timer: also works with ecs fields (f6cf603)

Features

  • ecs: use ecs format fields by default for logging (3a5da9e)

BREAKING CHANGES

  • ecs: after this change, ecs formatting will be used for logging, you need to definitely set that you need the legacy format if necessary (see README)

Co-authored-by: Daniel Gergacz [email protected]

v7.2.3

30 Sep 11:44
Compare
Choose a tag to compare

7.2.3 (2022-09-30)

Bug Fixes

  • interface: make configure need only part of config (0f7424c)

v7.2.2

30 Sep 10:16
Compare
Choose a tag to compare

7.2.2 (2022-09-30)

Bug Fixes

  • private: remove github workflow (c32cbd3)

v7.2.1

30 Sep 10:11
Compare
Choose a tag to compare

7.2.1 (2022-09-30)

Bug Fixes

  • private: convert underscore methods to private (328863b)

v7.2.0

30 Sep 09:56
252a7e7
Compare
Choose a tag to compare

7.2.0 (2022-09-30)

Features

  • lint: reformat code based on lint and convert everything to typescript (20d56c2)

v7.1.0

16 Sep 12:51
Compare
Choose a tag to compare

7.1.0 (2022-09-16)

Bug Fixes

Features

  • release: github actions improve (05137f0)

v7.0.3

02 Sep 14:48
Compare
Choose a tag to compare

7.0.3 (2022-09-02)

Bug Fixes

  • package: remove examples and their packages (7ce4eaf)