1.0.0 • Published 2 years ago

@gradientedge/logger-pretty-cli v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago