logdna / logdna-cli

The LogDNA CLI allows you to signup for a new account and tail your server logs right from the command line.
https://logdna.com
MIT License
27 stars 21 forks source link

Overcome the 5000-line limit #58

Closed j-marcon closed 2 years ago

j-marcon commented 2 years ago

Hi, I've started using this tool (running it from Python) and I love it. However, I bump very quickly into the 5000-line limit. I've written some rough code to try and export all available lines: I inspect the last line of my last call, get the timestamp and feed that to my next call using --to. Is there any other, easier way for me to do this? Thanks again for this tool and thanks in advance for your help!

j-marcon commented 2 years ago

For anyone stumbling upon this issue, @danmunson made me realise there is a --next flag that can be used to fetch the next chunk of lines.