chore: disable verbose Hibernate SQL logging

This commit is contained in:
2026-08-06 22:53:45 +02:00
parent a8e94603bd
commit df099a7c8e
@@ -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