I use spring 2.4 and logback.I want to close hibernate show_sql property but it doesnt work
I tried this options
in my hibernate.properties,I set hibernate.show_sql=false
in my application.properties
spring.jpa.properties.hibernate.show_sql=false
spring.jpa.show-sql=false
Also I tried to set mycontext with setJpaProperties(set Properties ) here but still doesnt effect
I tried this configurations but still doesnt work
18:03:55.842 [Thread-34] DEBUG org.hibernate.SQL - select my0_.xx as my1_0_, from mytable my0_
[Thread-32] DEBUG o.h.engine.internal.TwoPhaseLoad - Processing attribute name : value =
How can I prevent this logs coming