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

Localstack support

Open Romez opened this issue 3 years ago • 3 comments

This library saved me a lot of time! Thanks. It would be great to have a logback property to specify the endpoint_url in order to send logs to localstack.

Localstack is a tool for running AWS services in a docker container on port 4566. I used apigateway, lambda, dynamodb, and s3 during development and in tests (including GitHub actions). Thus, to use AWS services with localstack you have to send all requests to localhost:4566 instead of the real AWS endpoints.

https://localstack.cloud

Romez avatar Apr 14 '22 10:04 Romez

Thanks for the feedback @Romez . Can you edit your comment and provide more details? What is localstack?

j256 avatar Apr 15 '22 16:04 j256

Hi @j256 ! That would be great to add a configuration parameter for "endpoint-url" as @Romez said to support localstack. Would you welcome a pull request if I contribute for this?

volkean avatar Mar 21 '23 20:03 volkean

Sure @volkean . Please match my coding style which is ~eclipse default.

j256 avatar Mar 21 '23 21:03 j256