Skip to content
/ zlpp Public

Takes a stream of zerolog (or similar structured log) output and passes it back through zerolog.ConsoleWriter, to pretty print for your console

License

Notifications You must be signed in to change notification settings

yeahphil/zlpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

zlpp

A tiny glue utility that takes a stream of zerolog (or similarly structured log) output and passes it back through zerolog.ConsoleWriter, to pretty print for your console.

Installation

go get -u github.com/yeahphil/zlpp

Usage

Pipe a stream of log into zlpp:

cat my_logs.txt | zlpp

Reformat a file directly:

zlpp my_logs.txt

About

Takes a stream of zerolog (or similar structured log) output and passes it back through zerolog.ConsoleWriter, to pretty print for your console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages