Closed themarolt closed 2 years ago
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:
Windows
stderr
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.
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 redirectstderr
tostdout
:Can someone verify this is working? I only have access to a Linux machine currently.