pretty-log parses JSON logs and shows them in a pretty format with colors easier to read.
From this
to
CARGO_NET_GIT_FETCH_WITH_CLI=true cargo install --git https://github.com/blesswinsamuel/pretty-log --branch main
./your-application | pretty-log
See pretty-log --help
for usage information.
go run test/test.go | cargo run
# or
cargo install --path . && go run test/test.go | pretty-log