Skip to content

Sending logs to CloudWatch is now asynchronous

Compare
Choose a tag to compare
@mec07 mec07 released this 14 Aug 00:06
· 9 commits to master since this release
733dd57
Make code asynchronous (#2)

* Made code asynchronous

* Make close block until finished processing messages

* Protect CloudWatchWriter.Err from race conditions

* make tests more readable

* made tests more reliable