Since I upgraded my two grails projects to grails 2.0, the grails tune has stopped logging sql calls. I tried different versions of the grails-melody plugin, but I get the same error in all versions (even the version that worked before switching to grails 2.0).
I can not find anything useful for Google. If I add trace debugging on the grails ringtone plugin
log4j = { trace 'net.bull.javamelody' }
I see this in the logs:
DEBUG bull.javamelody - datasources found in JNDI: []
This problem really drives me crazy .. Has anyone here experienced this problem? And if you could find a solution?
UPDATE: Grails tune doesnβt even work on newly created projects. I just created a new grails project (grails 2.0.0) with one domain class and corresponding controller and views. Then install the grails-melody plugin. Insert some data. When I looked into the monitoring console, sql data is not logged.
source share