What I am finding is that there are mainly "tail" type log viewers via the terminal, or cloud based. I'm looking for something local I can install.
Ask HN: What do you use to view logs?
1–10 of 11 posts
Re: Ask HN: What do you use to view logs?
#2Maybe you can hack something together with jq + Bash + awk etc?
These tools might also be useful:
https://kantord.github.io/emuto/
https://github.com/antonmedv/fx
Best of luck!
Re: Ask HN: What do you use to view logs?
#3Re: Ask HN: What do you use to view logs?
#4I guess many people use Graylog, Splunk or similar web-based systems (which can be self-hosted if you like) and are content with that. Not sure if there are any readymade applications for using locally on your Mac. Maybe you can hack something together with jq + Bash + awk etc? These tools might also be useful: https://kantord.github.io/emuto/ https://github.com/antonmedv/fx Best of luck!
Re: Ask HN: What do you use to view logs?
#5Graylog for centralized logging, jless locally.
Re: Ask HN: What do you use to view logs?
#6Re: Ask HN: What do you use to view logs?
#7Re: Ask HN: What do you use to view logs?
#8Re: Ask HN: What do you use to view logs?
#9Is http://www.logtailapp.com/ too simple or would it work?
Re: Ask HN: What do you use to view logs?
#10The documentation for writing a format file is here -- https://docs.lnav.org/en/latest/formats.html
The format file tells lnav what common fields are in the log messages and how to format them into plaintext for display. Here's an example configuration for JSON logs -- https://github.com/tstack/fullsail_lnav_config/blob/master/f...