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 | prettifyJsonLog
or
2>&1 someCommandThatProducesLogsOnStderr | prettifyJsonLog
- Tim Neumann neumantm@fius.informatik.uni-stuttgart.de