I am using spring boot v1.3.4 and the turned off the logging adding the below line in application.properties
:
logging.level. = OFF
When this line is added, no debug messages are logged except org.hibernate.SQL
messages. I am using JDNI and don't have any other hibernate configuration in the properties. Is there any reason why hibernate messages are not suppressed when the logging is turned off?