We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34968e0 commit b0b58abCopy full SHA for b0b58ab
README.md
@@ -7,6 +7,12 @@ sends logs to AWS [CloudWatch][aws_cloudwatch] using the AWS [v3 SDK][cloudwatch
7
[cloudwatch_sdk]: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cloudwatch-logs/
8
[log4js_github]: https://log4js-node.github.io/log4js-node/
9
10
+## Features
11
+
12
+- **Batching**: Send multiple log events in a single request to CloudWatch
13
+- **Buffering**: Send logs after a specified timeout, regardless of the batch size
14
+- **Log Group and Stream Creation**: Automatically create log groups and streams
15
16
## Overview
17
18
<img src="docs/sequence.svg" alt="sequence" width="700px">
0 commit comments