A simple log viewer for viewing and filtering log files.
- Clone the repository
- Run
npm install - Run
npm run dev
You can upload a log file by clicking the "Upload" button. The log file will be displayed in the viewer as a table.
Note: everything is responsive and updates as you type.
You can filter log entries by simply typing in the search bar. You can enable/disable case sensitivity and regular expressions.
You may also choose from a set of predefined filters, even stacking them together (in an OR fashion).
You can also create your own filters by clicking the "+" button next to the "select filter groups" dropdown. You can then save your filter group for later use and it will show up in the dropdown.




