From 306bb8e38b82255a9da0e2c58eb7fd844508f3a0 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Thu, 29 Jun 2023 13:31:26 +0800 Subject: [PATCH] #848 set sql log off as default --- contact-center/app/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact-center/app/src/main/resources/application.properties b/contact-center/app/src/main/resources/application.properties index 2d0e4e77..f9e91698 100644 --- a/contact-center/app/src/main/resources/application.properties +++ b/contact-center/app/src/main/resources/application.properties @@ -74,7 +74,7 @@ spring.datasource.password=123456 # MySQL Blob spring.jpa.properties.hibernate.current_session_context_class=org.springframework.orm.hibernate5.SpringSessionContext -spring.jpa.show-sql=true +spring.jpa.show-sql=false spring.jpa.properties.hibernate.format_sql=true ##############################################