SyntaxColoring / log-viewer

View systemd-journald logs in the browser. A very messy work in progress.

Home Page:https://log-viewer.pages.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't scroll all the way to the bottom of very large files

SyntaxColoring opened this issue · comments

On Chrome macOS, it seems like when you scroll down by ~2^24 pixels, we hit some internal browser limit and you can't scroll down any further. On one file with ~1M records, this limit happens at record ~600K.

I do not think this happens on Chrome Windows.

I'm not really sure what to do about this.

We could probably display the number of expected entries somewhere, so the user could at least detect when the log is being truncated.