chore: Reduce logging noise from DB

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2024-11-23 13:17:21 +01:00
parent 8cd8963bca
commit 003b9915a3

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