mentum / lawgs

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

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

Open fcheong3b opened 6 years ago

fcheong3b commented 6 years ago

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 commented 6 years ago

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