This project wraps around pino
to provide a ready-to-use setup for node logging.
The package is primarily designed for my own use case which is logging to the console
and sending the logs to Grafana Loki.
The package itself is transpiled as ESM only package as I don't have any use case for CJS.
- includes TypeScript support
- includes source maps and declaration files
- includes integrations with
pino-pretty
andpino-loki
- Node.js (version specified in
.nvmrc
) pnpm
package manager (version specified inpackage.json
)