dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.57k stars 390 forks source link

Enable Logging for CosmosDB Component #666

Open eerhardt opened 10 months ago

eerhardt commented 10 months ago

CosmosDB doesn't log to ILogger by default. We need to enable it. See https://learn.microsoft.com/azure/cosmos-db/nosql/sdk-observability?tabs=dotnet for how to use the AzureEventSourceLogForwarder to forward its logs to an ILogger.

cc @Pilchie

davidfowl commented 7 months ago

This seems important.

eerhardt commented 6 months ago

@Pilchie - is this something your team is planning on implementing?

eerhardt commented 4 months ago

@kundadebdatta - can you reply to this issue so I can assign it to you?