Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 490 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 490 Bytes

prettifyJsonLog

build badge

A small python programm to make json log formats human readable

It reads log lines from stdin. Each line must be one log entry formatted as a JSON object.

Usage

someCommandThatProducesLogs | prettifyJsonLog

or

2>&1 someCommandThatProducesLogsOnStderr | prettifyJsonLog

Authors