tulir / zeroparse

A very simple tool to convert JSON zerolog output into pretty formatted data.

Repository from Github https://github.comtulir/zeroparseRepository from Github https://github.comtulir/zeroparse

zeroparse

A very simple tool that you can pipe JSON zerolog output into and get pretty formatted data out. This uses zerolog's ConsoleWriter for the formatting, so the output is exactly the same as using it directly, but without the in-process overhead.

Usage

go install go.mau.fi/zeroparse@latest
tail -f zero.log | zeroparse

About

A very simple tool to convert JSON zerolog output into pretty formatted data.

License:MIT License


Languages

Language:Go 100.0%