You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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.
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')
The text was updated successfully, but these errors were encountered: