mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-15 21:31:24 -05:00
[GH-ISSUE #2010] Request Logs export limited to 1000 rows maximum #2054
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DaanHend on GitHub (Dec 8, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2010
Describe the Bug
The Request Logs export functionality is limited to exporting a maximum of 1000 rows. When attempting to export logs that exceed this limit, only the first 1000 entries are included in the exported file, with no warning or indication.
Environment
To Reproduce
Expected Behavior
The export should include all available Request Log entries, not just the first 1000. Alternatively, if there's a technical limitation:
@oschwartz10612 commented on GitHub (Dec 8, 2025):
@Fredkiss3 Would you mind taking a look at this? Not sure how we want to handle larger file sizes...
@Fredkiss3 commented on GitHub (Dec 8, 2025):
@oschwartz10612 On it
@oschwartz10612 commented on GitHub (Dec 13, 2025):
Fixed in 1.13.0