2024-11-08
- Fix logger level from env.
2024-10-21
- Add timestamp field in log format for TTY output.
2024-02-29
- Add support for diagnosticChannel on
kitten-logger
.
2022-11-28
- Add an env var
KITTEN_LOGGER_DEST
to choose the destination.
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)
.
- Fix #3: kitten-logger was crashing because of null or undefined messages.
- Do not truncate logs.
- Fix logs format for master process.
- Logs from sub kitten-logger instances were not correctly formatted.
- Fix LOG_RETENTION value in scheduler.
- Fix: ensure that
KITTEN_LOGGER_RETENTION_DAYS
is not a NaN.
- Fix: parse env variable
KITTEN_LOGGER_RETENTION_DAYS
- Fix: Listen to error event for writable stream.
- Fix: When rotating, check if current writable stream is closed.
- Do not pipe stderr to stdout.
- Refacto stdout and sterr capture.
- Fix large output issues
- Fix crash without TTY