chore: Reduce logging noise from DB
This commit is contained in:
parent
8cd8963bca
commit
003b9915a3
1 changed files with 4 additions and 4 deletions
|
@ -8,11 +8,11 @@ password=admin
|
||||||
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
|
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
|
||||||
#TODO: Use flyway for db setup
|
#TODO: Use flyway for db setup
|
||||||
hibernate.hbm2ddl.auto=update
|
hibernate.hbm2ddl.auto=update
|
||||||
hibernate.show_sql=true
|
#hibernate.show_sql=true
|
||||||
hibernate.format_sql=true
|
#hibernate.format_sql=true
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
logging.level.root=INFO
|
logging.level.root=INFO
|
||||||
logging.level.de.mlessmann.certassist=DEBUG
|
logging.level.de.mlessmann.certassist=DEBUG
|
||||||
logging.level.org.sqlite=TRACE
|
#logging.level.org.sqlite=TRACE
|
||||||
logging.level.org.hibernate=DEBUG
|
#logging.level.org.hibernate=DEBUG
|
Loading…
Add table
Reference in a new issue