-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to configure number of search results #97
Comments
I'm also having this issue, which makes the CLI very hard to use for my purposes. It looks like the limits are defined here, but they're not configurable via the CLI. It actually seems like it's just the pagination that's not working, but I can definitely confirm it's not:
...whereas the same query would have many hundreds of lines on the web UI. |
To be honest, this small limit is kind of pointless for searching log files. |
If you're comfortable with modifying the gem source code directly, you can modify I modified this file, which was located in a folder called |
I think the limit of 100 does not apply if you limit the search in some way? For example, this was limited:
But this was not:
I'm using |
As a little hint for anyone who's interested and didn't realise, in the papertrail --min-time '1 day ago' somesearch |
With any query that would return more than 100 results the number of results is capped at 100. Is there a way to configure this via the CLI to increase the cap?
The text was updated successfully, but these errors were encountered: