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

AWS Cloudwatch Logs appender for logback

Results 14 cloudwatch-logback-appender issues
Sort by recently updated
recently updated
newest added

I have a Tomcat web app that checks its configuration integrity in a listener. If an issue is found it throws an exception and the deploy is aborted. This exception...

As per title, can you modify so the stream name can use the ip address of the machine? In EC2, it could be hostname or etc. But if used locally,...

Log groups in CloudWatch has expiration setting. I didn't find the way to set this setting in this appender (i.e. logs will never expire using the group created by this...

Default value for expiration days is 7 (if not specified)

Hi My message is in itself a json string. I want the logged message to be treated as a valid json data if it's a valid json string, otherwise keep...

List of events needs to be sorted by timestamp before sending to CloudWatch. Base class AppenderBase already uses synchronized methods, so it's not a problem to make other methods synchronized....

The core output appenders in logback transitioned away from configuring layouts in favor of encoders (see: https://logback.qos.ch/codes.html#layoutInsteadOfEncoder). Currently, the cloudwatch appender in this repo doesn't follow this design, but still...

You can find the current AWS SDK V2 progress in the branch aws-v2: https://github.com/dibog/cloudwatch-logback-appender/tree/aws-v2 The binaries can be found here: ``` io.github.dibog cloudwatch-logback-appender 2.0.0 ```