mongo-extensions
mongo-extensions copied to clipboard
Query Logging Option
We could add a interface for query logging. The idea would be to have insights in query structure and metrics during development (and maybe even in QA)
Just realized that we may already have something like this
@TimHolzherr i cannot remember what i found in the codebase to do this tbh. But i usually use this approach: https://stackoverflow.com/questions/30333925/how-do-i-log-my-queries-in-mongodb-c-sharp-driver-2-0
Hey @PascalSenn, thanks! Yes this is my current approach too but I thought it must be possible to build a nicer user experience on top of it. Maybe a project for next innovation day.