The powerful solutions seem to focus on post-hoc log analysis. The thing I'm working on produces a lot of logs. Logs that I like to look at when debugging. Viewing them is a bit overwhelming.<p>I'd like a viewer that:
-filters by JSON properties<p>-formats JSON logs into human readable messages<p>-can fold large messages<p>-lets you save sets of filters<p>-lets you simultaneously view the same set of messages using different filters<p>Right now I settled for splitting logs into different files based on filters. Which is okayish but doesn't work well for teammates. And even at mediocre volumes Emacs will choke.