Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 728 Bytes

File metadata and controls

23 lines (17 loc) · 728 Bytes

Quarkus - Logging Cloudwatch

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.

Installation

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>

Extension Configuration Reference