Log the MongoDb queries that are executed based on the business logic into console or log file.
ASP.NET Core, Mongo client, Mongo DB, LINQ.
I want this to understand how my queries are translated and executed in MongoDB. This will help fix performance issues, if any.
