I need to trace the sqls exectue in TableQuery; Coundn’t find way to enable it. Please help me. (Note. API (vaadin7.4.3) not support
setDebugMode(in:boolean) )
The debug mode no longer exists in TableQuery. Instead, all queries are logged using the FINE log level. Make sure you have logging set up properly and that you’re not filtering out the FINE level.
Noted, Thanks Teppo.