You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having two data sources defined in application.yml I see only quartz (not the default one) sql queries in monitoring console. Interestingly enough on localhost it shows also alter table for default data source (not in production).
Hi @kuceram, could you please provide sample application with quartz ds? We can then add to the integration test suite and make sure that we fix this and include regression test.
Grails: 3.3.8
Grails Melody Plugin: 1.72.0
Having two data sources defined in
application.yml
I see only quartz (not the default one) sql queries in monitoring console. Interestingly enough on localhost it shows alsoalter table
for default data source (not in production).I've checked GrailsMelodyPluginGrailsPlugin and it seems that default data source is picked.
When I upgrade this plugin to 1.74.0, sql logs disappear at all.
Am I missing something here?
The text was updated successfully, but these errors were encountered: