jorgebastida / jorgebastida/awslogs
awslogs streams <group> displays nothing in some situations
- Dominant language
- Python
- Stars
- 5k
- Forks
- 342
- PR merge metrics
- No merged PRs in 30d
Description
If you have a log group that contains streams but those streams were not written to after current_time+5m as calculated by `parse_datetime()`, the streams command will not display them. I would expect `awslogs streams ` to display all the streams inside the group regardless of when they were last written to.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the `awslogs streams ` command and trace how `parse_datetime()` determines which streams are displayed. Done means the command lists every stream in the log group, including streams not written after the calculated current_time+5m.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100