Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 276 Bytes

Node logger

A light abstraction over Pino.

Installation

npm install @subgeniuscorp/logger

Usage

logger.info('some information')
logger.info({ requestId: '12345', userId: '12345', environment: process.ENV })