An interactive tool for viewing and analyzing complex structured JSON logs.
brew install hedhyw/main/jlvhttps://github.com/hedhyw/json-log-viewer/releases/latest
Release artifacts are built by GitHub Actions and carry a build provenance attestation. To verify that a downloaded file was produced by this repository:
gh attestation verify jlv_windows_amd64.zip --repo hedhyw/json-log-viewergo install github.com/hedhyw/json-log-viewer/cmd/jlv@latest# Open a log file.
jlv application.log
# Or open several files at once.
jlv application-2025-02-03-*.log
# Or read from stdin.
kubectl logs pod/my-pod -f | jlvPress ? inside the viewer to see all hotkeys, F to filter, Enter to
expand a log entry, and Ctrl+C to exit. See usage for
more examples.
