Increase max 100 item limit from Realm Logs API
Currently the API has a hard limit of returning 100 results. For any sort of real diagnostics with the logs, this is pretty much worthless -- with a large quantity of transactions, the only thing I can think of to do would be to write a script to loop through time intervals and aggregate them on my side.
As a real-world scenario, I was trying to identify the full scope of impact of a bug that went out and was not caught for a couple days and ran into the limit. It was also difficult to even identify exactly when the errors started. I ended up having to sample random times and hope that covered enough.
Please remove or greatly increase the limit that we can return more data.
(I agree there should be a relatively small default limit, put please make it over-ridable with the limit
parameter.)