I have a JMIX application running JMIX version 1.3.1.
It is calling the database millions of times, and I cannot find those queries in my code (I assume they are generated queries). I tried to turn on sql debug:
logging.level.eclipselink.logging.sql: debug
However, i still don’t see any sql info in my logs.
I also added:
spring.jpa.show-sql: “true”
logging.level.io.jmix: debug
logging.level.org.springframework: DEBUG
cuba.entityLog.enabled: “true”
I still dont see info about sql in the logs. How can I debug the generated queries?