My Spring Boot application keeps showing Hibernate queries in the console despite having configured Hibernate\'s specific logging with Logback as follows:
&l
In case anyone has tried all the above and still has issues, try setting the property:
logging.level.org.hibernate.SQL=OFF