lazywithclass / winston-cloudwatch

Send logs to Amazon Cloudwatch using Winston.
MIT License
258 stars 105 forks source link

Remove sequenceToken from PutLogEvents #222

Open mama-wk opened 11 months ago

mama-wk commented 11 months ago

Since the sequenceToken is not required anymore, could you please remove it from the PutLogEvents call? This would probably simplify the code and help with stability/parallel logging. For reference: https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutLogEvents.html