diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 115f1fb..cacc878 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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 \ No newline at end of file +#logging.level.org.sqlite=TRACE +#logging.level.org.hibernate=DEBUG \ No newline at end of file