logrus-cloudwatchlogs icon indicating copy to clipboard operation
logrus-cloudwatchlogs copied to clipboard

A logrus hook for Amazon's Cloud Watch Logs

Results 3 logrus-cloudwatchlogs issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for writing this package, it's really cool! I'm currently writing something similar for zerolog. When you work out the total size of the batch to send to AWS...

I am attempting to use batching to avoid `CloudWatch` rate limiting. During my automated testing, I am seeing the following: ``` === RUN TestCloudWatchBatching100 Failed to fire hook: InvalidSequenceTokenException: The...

Unless I'm missing something, I think the batchFrequency is not honored when the log stream already exists : https://github.com/kdar/logrus-cloudwatchlogs/blob/master/hook.go#L46-L66 ``` // grab the next sequence token if len(resp.LogStreams) > 0...