logback-awslogs-appender icon indicating copy to clipboard operation
logback-awslogs-appender copied to clipboard

An Amazon Web Services (AWS) Logs (CloudWatch) appender for Logback

Results 7 logback-awslogs-appender issues
Sort by recently updated
recently updated
newest added

Hi there, just wanted to bring an issue to attention of the developers around this dependency https://github.com/pierredavidbelanger/logback-awslogs-appender/blob/1cda000fb70d83a51030929f46bbe885364b9659/pom.xml#L63 The AWS SDK package used is fairly old ([2.16.65](https://mvnrepository.com/artifact/software.amazon.awssdk/aws-sdk-java/2.16.65) / May 18, 2021)...

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies

Hi @pierredavidbelanger, We noticed that using CloudWatch logs is rather expensive and sought a way to reduce the cost. One way we found is to use AWS S3 instead. So...

Hello, I configurate yours appender on my aplication ( I am using spring boot). But I have small issue, when app is starting create log stream twice (check attached screenshot)...

Hello, I am using your lib, I have Java 11 and whenever I install my Sprint Boot 2.1.13 application it gives a "WARNING" which is this one: ``` WARNING: An...

I want to fetch the values for AWS credentials from my system variables which currently I am not able to achieve. Something like this: > ${AWS_DEFAULT_REGION} where AWS_DEFAULT_REGION is a...

It looks like the LogStream name never changes once started. Am I right ? And if so, what about adding some kind of rotation ? Like a new LogStream every...