I'm getting these logs, the first I know what enables it, the second I have no idea, it's always there. It doesn't seem to go through log4j. How do I disable the log line that begins with Hibernate?
DEBUG - insert into exceptions (created_on, last_modified_on, version, business_division_id, id) values (?, ?, ?, ?, ?) : hibernate.SQL
Hibernate: insert into exceptions (created_on, last_modified_on, version, business_division_id, id) values (?, ?, ?, ?, ?)
I enabled the first via
logging.level.org.hibernate.SQL=debug
I'm not sure if it matters but I've got H2 auto configured as the database.