mentum / lawgs

Logging to AWS CloudWatch Logs made easy
MIT License
116 stars 12 forks source link

DescribeLogStreams can bring the stream you are not looking for #10

Closed lehno closed 1 year ago

lehno commented 6 years ago

We have streams named as Upload-1, Upload-100.

If I call describeLogStreams using Upload-10. it will bring Upload-100. So it will set logStreamExist to true. on upload logs and then it will fail with the message: 'The specified log stream does not exist.', code: 'ResourceNotFoundException'

lehno commented 5 years ago

Issue is there for 1 year now