chore: disable verbose Hibernate SQL logging
This commit is contained in:
@@ -9,10 +9,10 @@ spring:
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: validate
|
||||
show-sql: true
|
||||
show-sql: false
|
||||
properties:
|
||||
hibernate:
|
||||
format_sql: true
|
||||
format_sql: false
|
||||
flyway:
|
||||
enabled: true
|
||||
locations: classpath:db/migration
|
||||
@@ -41,4 +41,7 @@ sporteasy:
|
||||
logging:
|
||||
level:
|
||||
com.astalange: DEBUG
|
||||
org.hibernate: WARN
|
||||
org.hibernate.SQL: WARN
|
||||
org.hibernate.type.descriptor.sql: WARN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user