Skip to content

Commit f7d41ef

Browse files
committed
docs: add 'ndjson' for searchability
1 parent 6ebb880 commit f7d41ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# tail-jsonl
22

3-
Tail JSONL Logs
3+
Tail JSONL/NDJSON Logs
4+
5+
![.github/assets/demo.gif](https://raw.githubusercontent.com/KyleKing/tail-jsonl/main/.github/assets/demo.gif)
46

57
## Background
68

79
I wanted to find a tool that could:
810

9-
1. Convert a stream of JSONL logs into a readable `logfmt`-like output with minimal configuration
10-
1. Show exceptions on their own line
11+
1. Convert a stream of arbitrary JSONL logs into an easy to skim format
12+
1. Clearly unwrap and display exceptions
1113

12-
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.
13-
14-
![.github/assets/demo.gif](https://raw.githubusercontent.com/KyleKing/tail-jsonl/main/.github/assets/demo.gif)
14+
If you are looking for more functionality, there are many good alternatives: [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), adapting [jq](https://github.com/stedolan/jq), [textualog](https://github.com/rhuygen/textualog), [logss](https://github.com/todoesverso/logss), [tailspin](https://github.com/bensadeh/tailspin), [toolong](https://github.com/Textualize/toolong), and [loggo](https://github.com/aurc/loggo), etc.
1515

1616
## Installation
1717

0 commit comments

Comments
 (0)