We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In case of having more than 100 streams in a one group I need to split the list of streams into smaller ones or use the awlogs in a loop.
awlogs
Solution: awlogs could split stream on its own and query them in a batch of 100.
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
Use multiple generator threads when filtering to more than 100 log st…
581ef5c
…reams; fixes jorgebastida#82
The only problem I can see is that sorting would become quite hard to maintain without making the command really slow :/
No branches or pull requests
In case of having more than 100 streams in a one group I need to split the list of streams into smaller ones or use the
awlogs
in a loop.Solution:
awlogs
could split stream on its own and query them in a batch of 100.The text was updated successfully, but these errors were encountered: