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: 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