In the LOGS portion of the web interface, it would be nice if there was a way to filter the logs. For example, make any ERRS in the log red, or able to filter down to just that using a drop down. Just a thought.
Cut and paste works quite well and your favorite editor or word processor will be full of features for looking over the logs
Thanks for the suggestion but that is not what I am looking for.
While that would be nice, you could string something together, such as tail -n1000 channels-dvr.log | grep "\[ERR\]" to get a listing each time [ERR] was reported in the last 1000 entries in the log.
While another nice suggestion (thank you) that is not what I am look for. I am not looking to copy and paste commands lines and all that other good stuff.
That was not my intention. I was pointing out an example of how what you want to do could be achieved right now. I would not suggest you blindly copy-and-paste, because then you wouldn't know what you were actually doing.
However, until such an interface that you desire exists, with a little education and effort you could get all the answers you are looking for right now, without waiting for Channels' developers to implement something which may never come.
I apologize if my offer of constructive aid offended you.