Logging sql generated statements

Hello,

I didn’t find any section in documentation about logging specially for sql statements. How can I enable loggins on jpa, jdbc, sql level for jmix application?

Thx

Add this to your application.properties file:

logging.level.eclipselink.logging.sql = debug

Regards,
Konstantin

Thank You! I helped me a lot for debugging purpose.