The icon of the organisation
Logging Cloudwatch
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related configuration

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.logging.cloudwatch:quarkus-logging-cloudwatch

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.logging.cloudwatch:quarkus-logging-cloudwatch"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.logging.cloudwatch:quarkus-logging-cloudwatch"