This Quarkus extension provides support for sending log records to Amazon CloudWatch.
Just add it to your pom, enable it in application.properties
and you are ready to go.
If you want to use this extension, you need to add the io.quarkiverse.logging.cloudwatch:quarkus-logging-cloudwatch
extension first.
In your pom.xml
file, add:
<dependency>
<groupId>io.quarkiverse.logging.cloudwatch</groupId>
<artifactId>quarkus-logging-cloudwatch</artifactId>
</dependency>