Socket
Book a DemoInstallSign in
Socket

@corva/node-logger

Package Overview
Dependencies
Maintainers
8
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corva/node-logger

Corva node.js logger

latest
npmnpm
Version
4.2.1
Version published
Maintainers
8
Created
Source

@corva/node-logger

Node.js library used for logging in lambda and dockerised apps.

  • @corva/node-logger

Getting strted

Installation

npm i @corva/node-logger

Usage

const logger = require('@corva/node-logger')();

Features

Formatters

  • Pino pretty formatter
  • Cloudwatch custom formatter

Transports

  • Stdout transport (default)

Docs

See Pino logger documentation.

Development

Main branch: master. Workflow: Github flow. Feature/fix branches merged to master via PRs. Commit style: Conventional commits. Releases: Use npm run release command.

Keywords

log

FAQs

Package last updated on 23 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts