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.
someCommandThatProducesLogs | prettifyJsonLogor
2>&1 someCommandThatProducesLogsOnStderr | prettifyJsonLog- Tim Neumann [email protected]