mongo-extensions icon indicating copy to clipboard operation
mongo-extensions copied to clipboard

Query Logging Option

Open PascalSenn opened this issue 3 years ago • 3 comments

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)

PascalSenn avatar Apr 29 '21 09:04 PascalSenn

Just realized that we may already have something like this

PascalSenn avatar Apr 29 '21 09:04 PascalSenn

@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

PascalSenn avatar Oct 15 '21 07:10 PascalSenn

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.

TimHolzherr avatar Oct 15 '21 07:10 TimHolzherr