Skip to content

Seiikatsu/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@seiikatsu/logger

Description

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.

Features

  • includes TypeScript support
  • includes source maps and declaration files
  • includes integrations with pino-pretty and pino-loki

Requirements

  • Node.js (version specified in .nvmrc)
  • pnpm package manager (version specified in package.json)