README
¶
gosteno-prettify
gosteno-prettify is a command line tool which parses json formatted log lines from file(s), or stdin, and displays a more human friendly version of each line to stdout.
Setup
go get -u github.com/cloudfoundry/gosteno
cd $GOPATH/src/github.com/cloudfoundry/gosteno/gosteno-prettify
go install
Don't forget to add the $GOPATH/bin to the $PATH
Usage
gosteno-prettify [OPTS] [FILE(s)]
Examples :
gosteno-prettify f - g
Prettify f's contents, then standard input, then g's contents.
gosteno-prettify
Prettify contents of stdin.
Fire gosteno-prettify -h
to see more options.
Documentation
¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.