Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 691 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 691 Bytes

pretty-log

pretty-log parses JSON logs and shows them in a pretty format with colors easier to read.

From this

From

to

To

Install

CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install --git https://github.com/blesswinsamuel/pretty-log --branch main

Usage

./your-application | pretty-log

See pretty-log --help for usage information.

Development

go run test/test.go | cargo run
# or
cargo install --path . && go run test/test.go | pretty-log