Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Latest commit

 

History

History
56 lines (40 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

56 lines (40 loc) · 1.28 KB

v0.3.2

2024-11-08

  • Fix logger level from env.

v0.3.1

2024-10-21

  • Add timestamp field in log format for TTY output.

v0.3.0

2024-02-29

  • Add support for diagnosticChannel on kitten-logger.

v0.2.2

2022-11-28

  • Add an env var KITTEN_LOGGER_DEST to choose the destination.

v0.2.1

2022-09-01

  • Add multi-arguments for format functions. As a result, all format functions (info, error and so on) accept multiple arguments to log, like console.log. Ex: logger.info('first arg', second arg, nth arg).

v0.1.21

  • Fix #3: kitten-logger was crashing because of null or undefined messages.

v0.1.20

  • Do not truncate logs.

v0.1.19

  • Fix logs format for master process.

v0.1.18

  • Logs from sub kitten-logger instances were not correctly formatted.

v0.1.17

  • Fix LOG_RETENTION value in scheduler.

v0.1.16

  • Fix: ensure that KITTEN_LOGGER_RETENTION_DAYS is not a NaN.

v0.1.15

  • Fix: parse env variable KITTEN_LOGGER_RETENTION_DAYS

v0.1.14

  • Fix: Listen to error event for writable stream.
  • Fix: When rotating, check if current writable stream is closed.

v0.1.13

  • Do not pipe stderr to stdout.

v0.1.12

  • Refacto stdout and sterr capture.

v0.1.11

  • Fix large output issues

v0.1.10

  • Fix crash without TTY