question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add quarkus-logging-cloudwatch extension

See original GitHub issue

Describe the extension

We need to log our application log to Cloudwatch directly instead of the standard application log. That’s why we would like to add it to quarkiverse.

Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right).

Configuration suggestion

# Add your application.properties here, if applicable.
quarkus.log.cloudwatch.enabled=true
quarkus.log.cloudwatch.access-key-id=<your key>        
quarkus.log.cloudwatch.access-key-secret=<your secret>
quarkus.log.cloudwatch.region=us-east-1                
quarkus.log.cloudwatch.log-group=<my-log-goup>  
quarkus.log.cloudwatch.log-stream-name=<my-log-stream>
quarkus.log.cloudwatch.level=INFO                     

Additional context

https://github.com/pilhuhn/quarkiverse-logging-cloudwatch

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
gastaldicommented, Apr 28, 2021

Repository created in https://github.com/quarkiverse/quarkus-logging-cloudwatch. Added @bennetelli and @pilhuhn as maintainers.

Enjoy! 😉

1reaction
pilhuhncommented, Apr 28, 2021

@gastaldi I volunteer @bennetelli as well :->

Read more comments on GitHub >

github_iconTop Results From Across the Web

Creating a Quarkus extension for AWS CloudWatch
Adding a CloudWatch dependency, creating a Log Handler and push the logs to CloudWatch via the provided AWS CloudWatch API.
Read more >
quarkiverse/quarkus-logging-cloudwatch - GitHub
This extension allows you to send log output directly to AWS CloudWatch. Documentation. Check out the documentation on how to use the extension....
Read more >
Quarkus Logging Cloudwatch w/ Bennet Schulz - YouTube
Bennet Schulz @bennetelli joins us to discuss the Quarkus Amazon CloudWatch extension.
Read more >
Writing JSON Logs with Quarkus on AWS Lambda ... - YouTube
Using Quarkus ' JSON- logging on AWS Lambda with Java's System. Logger / AWS CloudWatch. Quarkus / CDK template: ...
Read more >
quarkus-logging-cloudwatch : 0.0.2 - Maven Central
Quarkus - Logging Cloudwatch - Runtime ; Apache Maven maven.apache.org ; Gradle Groovy DSL gradle.org ; Gradle Kotlin DSL github.com/gradle/kotlin-dsl ; Scala SBT ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found