Improve Integration Event Logs usability (pagination, download, search, time filter)
R
Ron Kim
The
Integration Event Logs
page is difficult to use when there are many logs. It currently uses infinite scroll, so logs only load while scrolling. This makes troubleshooting hard and makes it easy to lose the selection when trying to copy multiple log lines.
In addition:
- The in-page search does not jump to the matching log entry
- There is no option to download logs
- There is no date/time range filter in the UI
- Users have to rely on the API for proper filtering
Requested improvements
- Add pagination (or allow pagination instead of infinite scroll)
- Add a Download logsbutton to export filtered logs
- Add a date/time range filterin the UI
- Improve the in-page search so it navigates to matching log entries
These changes would make the logs page much easier to use for troubleshooting, especially when working with large integrations that generate a high volume of logs.