Skip to content
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

Adding command line argument to disable listing of all log streams #319

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Miksu82
Copy link

@Miksu82 Miksu82 commented Oct 1, 2020

In case where there are many many log streams, iterating through all of them takes forever which makes the stream argument useless if exact stream name is known.

This PR adds a new command line parameter to indicate that the stream parameter is exact match and awslogs shouldn't iterate through all streams.

I also considered an option where first an exact match would be tried and if found use that instead of iterating. But that would be a breaking backward compatibility so I decided to use a flag.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 91.579% when pulling 3b0154e on Miksu82:master into 0886184 on jorgebastida:master.

@Miksu82 Miksu82 mentioned this pull request Nov 12, 2020
@mschfh
Copy link

mschfh commented Apr 24, 2024

@jorgebastida Please consider merging this PR, is there anything else needed to move it forward?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants