diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 61b016016a79c94a260ebcd2a62d3b599fc8868d..de4403d1a67604ae782edb6f2c8a0032f6b84084 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -60,8 +60,8 @@ db.standalone.username=nmaas
 db.standalone.password=nmaas
 # Common
 spring.h2.console.enabled=true
-spring.jpa.properties.hibernate.show_sql=true
-spring.jpa.properties.hibernate.format_sql=true
+spring.jpa.properties.hibernate.show_sql=false
+spring.jpa.properties.hibernate.format_sql=false
 spring.jpa.properties.hibernate.connection.autocommit=false
 spring.jpa.hibernate.ddl-auto=create-drop
 spring.jpa.show-sql=true