How do I read logs in human readable format? Is there a programming that can do this? Are the logs in json format?
I'm confused, are you telling me the logs are not readable?, do you mean malformed?
If the gl ui isn't that pratical, you can try the logviewer in luci.
Or are you talking about getting support from a api for the logviewer?
Why json?
Json isn't really designed for better readability for humans, but for better parsing by programmed counterparts, similar with snakeyaml but that uses a different node/map approach and syntax.
Put them into chatGPT
Well for instance I use LogWatch for Linux and it does a good job formatting. Yeah you are right about chatGPT I suppose. LogWatcher does just that, it summaries the log output in a clear and easy readability format. I was just wondering if there was a program anyone might know of that works like LogWatch I could use. Ty