Black Hole
May contain traces of nut
Picking up from here:
Here is a typical example:

Notice the headline says the file is 5725 lines and showing only the most recent 5000 (that's normal for the WebIF Diagnostics log file viewer), but I'm only actually being shown 519 lines.
This is persistent over multiple refreshes and sessions (and historically clears with a reboot).
I don't understand those command lines, but I'll give it a go... I adapted the second command for auto.log, and it spat out the whole thing (filling up the console buffer). Retrying the log viewer continues to truncate it at 519 lines.
Displaying activity.log truncates 4473 lines at line 545.
I trawled the logs again this morning, and checked what RS was reporting, for all machines, and found that sometimes the Diagnostics log viewer fails to display the whole log despite clicking the Reload button. I checked the logging is active by setting test recordings from RS.
I assume the display is assembled at the server (the 'FOX) with Jim, rather than in the browser using JS? If it were the latter, I could understand that the download of the log file got interrupted, but I don't know how to explain it if powered by Jim at the server.
The whole file is downloaded in to the browser by Jim, than paged though with JS.
Getting a partial log seems weird. You can test what the Jim is doing by issuing a command such as:
which gives the HTML formatting, otherwise you can get the raw file by setting "dload=1" in the above command.Code:cd /mod/webif/html/log QUERY_STRING="file=/mod/tmp/rs.log&dload=-" ./fetch.jim
Here is a typical example:

Notice the headline says the file is 5725 lines and showing only the most recent 5000 (that's normal for the WebIF Diagnostics log file viewer), but I'm only actually being shown 519 lines.
This is persistent over multiple refreshes and sessions (and historically clears with a reboot).
I don't understand those command lines, but I'll give it a go... I adapted the second command for auto.log, and it spat out the whole thing (filling up the console buffer). Retrying the log viewer continues to truncate it at 519 lines.
Displaying activity.log truncates 4473 lines at line 545.