Is there anything y'all use to tail logs, but apply syntax highlighting to JSON lines?
A couple solutions so far, mostly provided by my coworkers:
- bat (https://github.com/sharkdp/bat) - does multiple languages
- jq (https://jqlang.github.io/jq/)
- jless (https://jless.io/) - this one is COOL
