From 003b9915a336dd9bdcb350b4336c4e60ebf7eb47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Le=C3=9Fmann=20=28=40MarkL4YG=29?= Date: Sat, 23 Nov 2024 13:17:21 +0100 Subject: [PATCH] chore: Reduce logging noise from DB --- src/main/resources/application.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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