From aa69edd58bc970111e59707dcc0f6117a4c0e817 Mon Sep 17 00:00:00 2001 From: Kyle King Date: Mon, 18 Mar 2024 22:03:08 -0400 Subject: [PATCH] docs: include logss as an alternative --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b6f9dcd..0f793cb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@ I wanted to find a tool that could: 1. Convert a stream of JSONL logs into a readable `logfmt`-like output with minimal configuration 1. Show exceptions on their own line -I investigated a lot of alternatives such as: [humanlog](https://github.com/humanlogio/humanlog), [lnav](https://docs.lnav.org/en/latest/formats.html#), [goaccess](https://goaccess.io/get-started), [angle-grinder](https://github.com/rcoh/angle-grinder#rendering), [jq](https://github.com/stedolan/jq), [textualog](https://github.com/rhuygen/textualog), etc. but nothing would both cleanly format the JSONL data and show the exception. +I investigated a lot of alternatives such as: [humanlog](https://github.com/humanlogio/humanlog), [lnav](https://docs.lnav.org/en/latest/formats.html#), [goaccess](https://goaccess.io/get-started), [angle-grinder](https://github.com/rcoh/angle-grinder#rendering), [jq](https://github.com/stedolan/jq), [textualog](https://github.com/rhuygen/textualog), [logss](https://github.com/todoesverso/logss), etc. but nothing would both cleanly format the JSONL data and show the exception. ![.github/assets/demo.gif](https://raw.githubusercontent.com/KyleKing/tail-jsonl/main/.github/assets/demo.gif)