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

Error:The specified log stream does not exist. #11

Open
fcheong3b opened this issue Apr 26, 2018 · 1 comment
Open

Error:The specified log stream does not exist. #11

fcheong3b opened this issue Apr 26, 2018 · 1 comment

Comments

@fcheong3b
Copy link

fcheong3b commented Apr 26, 2018

If you try to log after an inactivity time in a created log stream under de same log group you got this error Error: { ResourceNotFoundException: The specified log stream does not exist.

 {message: 'The specified log stream does not exist.',
 code: 'ResourceNotFoundException',
 time: 2018-04-26T00:17:12.014Z,
 statusCode: 400,
 retryable: false,
 retryDelay: 61.92505707559912 }

Ex. you has
-myLogGroup
--logStream1 (Data inside)
--logStream2 (Data inside)
If you restart de app and try to write log again in the logStream2 created before you get this error.
lawgsObject.log('logStream2', 'some message')

@rogueturnip
Copy link

Any luck on this? I'm seeing the same thing now.

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

No branches or pull requests

2 participants