dceejay,
First, Thank you for your input. I'm attempting this project through Node-Red and I seem to be coming from the other side of the fence... Windows.
I am writing Warning and Error events to a Status Log File. I need to record the events anyway. The file reading was pursued to manage the lines. I was looking for any kind of NODE, or grouping of Nodes to do this kind of thing. I found something, it used the console output. I hadn't understood how to save it to file, or if was already stored to file as a log. How would I do that?
because I cannot read only the last say... 200 entries in the file, I may do as you suggest and keep the log array limited and post it directly. Then just update the file as necessary. I think I need some kind of message text box and it appears I have to construct it in a template with CSS and HTML. I can push it to another tab on the main page and display as wide as I need.
I was hoping someone had a need for what I'm looking at doing (generic for Windows or Linux).