humanlog

Formats structured logs into human-readable output

brewmacoslinux
Try with needOr install directly
Source

About

Logs for humans to read

Commands

humanlog

Examples

Process JSON logs from a file$ cat app.log | humanlog
Stream and format logs from a running application$ docker logs mycontainer | humanlog
Format logs with skip patterns for specific fields$ humanlog --skip time,request_id < logs.json