Skip to content

Commit

Permalink
Merge 2ce9467 into 0886184
Browse files Browse the repository at this point in the history
  • Loading branch information
ysung6 committed Dec 2, 2020
2 parents 0886184 + 2ce9467 commit d46535b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Options
-------

* ``awslogs groups``: List existing groups
* ``awslogs streams GROUP``: List existing streams withing ``GROUP``
* ``awslogs streams GROUP``: List existing streams within ``GROUP``
* ``awslogs get GROUP [STREAM_EXPRESSION]``: Get logs matching ``STREAM_EXPRESSION`` in ``GROUP``.

- Expressions can be regular expressions or the wildcard ``ALL`` if you want any and don't want to type ``.*``.
Expand Down
2 changes: 1 addition & 1 deletion awslogs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def generator():
log streams within the log group interleaved in a single
response. That makes some responses return some subsequent
response duplicate events. In a similar way when awslogs is
called with --watch option, we need to findout which events we
called with --watch option, we need to find out which events we
have alredy put in the queue in order to not do it several
times while waiting for new ones and reusing the same
next_token. The site of this queue is MAX_EVENTS_PER_CALL in
Expand Down

0 comments on commit d46535b

Please sign in to comment.