From 66b0f5e34da196fbe5b0de82095229bad814af9f Mon Sep 17 00:00:00 2001
From: Jan Tymel <410388@mail.muni.cz>
Date: Wed, 10 Feb 2021 07:28:01 +0100
Subject: [PATCH] Remove SQL logging from console

---
 src/main/resources/application.properties | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 0e40abb4..a31816f8 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -3,5 +3,3 @@ server.servlet.context-path=/kypo-adaptive-training-rest/api/v1/
 spring.h2.console.enabled=true
 spring.h2.console.path=/h2-console
 
-spring.jpa.show-sql=true
-spring.jpa.properties.hibernate.format_sql=true
-- 
GitLab