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