zerolog icon indicating copy to clipboard operation
zerolog copied to clipboard

CLI utility to pipe JSON logs through to pretty print and colorize them

Open themarolt opened this issue 3 years ago • 0 comments

Implemented a small utility tool to use when developing an application using zerolog as mentioned in #316.

The only thing that is untested is Windows instructions specifically commands that redirect stderr to stdout:

some_program_with_zerolog 2>&1 | go run cmd/pretty_pipe/pretty_pipe.go

Can someone verify this is working? I only have access to a Linux machine currently.

themarolt avatar Jul 06 '22 08:07 themarolt