It would be great to be able to browse logs:
- Filter out the initial results (e.g. a particular application on a particular day)
- Find something from the results (e.g. by user ID)
- View the previous or next log entries (which may or may not contain the user ID) which would be loaded as needed (pages)
Basically, like less is used on log files.
Currently, the only way to achieve this would be to load the whole log into the browser, but this has its limitations.
It would be great to be able to browse logs:
Basically, like
lessis used on log files.Currently, the only way to achieve this would be to load the whole log into the browser, but this has its limitations.