chore: Reduce logging noise from DB

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-23 13:17:21 +01:00
parent d801e151ad
commit 8d00a60d87
Signed by: Mark.TwoFive
GPG key ID: 5B5EBCBE331F1E6F

View file

@ -8,11 +8,11 @@ password=admin
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
#TODO: Use flyway for db setup
hibernate.hbm2ddl.auto=update
hibernate.show_sql=true
hibernate.format_sql=true
#hibernate.show_sql=true
#hibernate.format_sql=true
# Logging
logging.level.root=INFO
logging.level.de.mlessmann.certassist=DEBUG
logging.level.org.sqlite=TRACE
logging.level.org.hibernate=DEBUG
#logging.level.org.sqlite=TRACE
#logging.level.org.hibernate=DEBUG