Particular / NServiceBus.AmazonSQS

An AWS SQS transport for NServiceBus.
Other
35 stars 20 forks source link

Simplify getting logs into AWS CloudWatch #1699

Open WilliamBZA opened 1 year ago

WilliamBZA commented 1 year ago

Or at the very least, get some docs up describing how to do it, linking those to things like our SQS Transport. I'd also suggest updating our AWS samples to do that as well.

danielmarbach commented 1 year ago

According to https://www.rahulpnath.com/blog/amazon-cloudwatch-logs-dotnet/ it should be possible to setup the logging integration for everything to work seamlessly.

We could document that integration and set it up for our acceptance tests because that would also simplify troubleshooting flaky tests.

cquirosj commented 1 year ago

Related to https://github.com/Particular/NServiceBus.AmazonSQS/issues/1676