react-logviewer icon indicating copy to clipboard operation
react-logviewer copied to clipboard

React Lazy LogViewer

Results 16 react-logviewer issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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....

help wanted

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....

bug
help wanted

Switch to React useHotkeys hooks instead of raw hot keys so it can be focus trapped and mounted and unmounted

enhancement

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...

enhancement
help wanted

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...

bug
help wanted

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?

enhancement
help wanted

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...

enhancement
help wanted

Adding the option to search by regex. Resolves #39

enhancement

## 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...

enhancement