react-logviewer
react-logviewer copied to clipboard
React Lazy LogViewer
I think it would be a nice addition if the log viewer would allow parsing standardized log formats, starting with structured json logs. It would be nice to display them...
Hi 👋 , I am using the log-viewer for fetching logs from a spring boot server. I am using an interval to constantly query the endpoint for fetching the logs....
The `follow` prop is not working for me, I have tried it with and without ``. The log viewer just stays at the top without scrolling to show new lines....
Switch to React useHotkeys hooks instead of raw hot keys so it can be focus trapped and mounted and unmounted
https://www.npmjs.com/package/react-window-infinite-loader Wondering if this is already possible but let's say we have a crazy large file that we can paginate over the lines and we know up front how many...
I have a downstream application where i need to render large text documents ( > 100 lines) . for this, i also need to generate links to specific lines within...
I hope that when a log entry is very long, there won't be a horizontal scrollbar and it can automatically wrap to the next line. How should I do it?
I use MQTT to get log line by line, it's not websocket nor http. it would be nice if the api look like: ```typescript interface LazyLogController { newLine(lines:[]string) => void...
Adding the option to search by regex. Resolves #39
## Feature Request: Please add regex search functionality to `react-logviewer`. This would enable more flexible and powerful search options, allowing users to match complex patterns in logs. I'd be glad...