How to register queries using MongoDB in Grails?

I am trying to register the requests that my application makes with the MongoDB database, but I can’t find how to do it, everything I find in grails registration is based on sleep mode, but I need to check how some requests are parsed and sent in mongoDB.

I am using Grails 2.2.1 and the MongoDB GORM 1.2.0 plugin

+4
source share

Source: https://habr.com/ru/post/1480498/


All Articles