🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@gradientedge/logger-pretty-cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gradientedge/logger-pretty-cli

Pretty prints the output of the @gradientedge/logger package

1.0.0
latest
Version published
Maintainers
5
Created

@gradientedge/logger-pretty-cli

Usage

This package exposes the pretty-logs binary, which pretty prints JSON log messages exposed by @gradientedge/logger.

Using the binary

If your server runs with the following command...

node server.js

...then you can pretty print the logs by piping both stdout and stderr to the pretty-logs command:

node server.js 2>&1 | pretty-logs

FAQs

Package last updated on 25 Oct 2023

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