1.0.0 • Published 7 months ago

@gradientedge/logger-pretty-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

@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
1.0.0

7 months ago

0.7.1

10 months ago

0.7.0

11 months ago

0.6.0

11 months ago

0.5.1

1 year ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago