From 80166602c460bffa180e314afc46703465ed6fb4 Mon Sep 17 00:00:00 2001 From: kurczews Date: Fri, 12 Oct 2018 08:57:35 +0200 Subject: Logging improvements * move less important tomcat logs to file instead console * update properties -> log sql queries only to file Issue-ID: VID-376 Change-Id: I8fd61424e2d2f3843028a60351468fd9f34f6194 Signed-off-by: kurczews --- epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties') diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties index 149ad99ed..6b5b37c91 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties @@ -27,7 +27,8 @@ db.hib.dialect = org.hibernate.dialect.MySQLDialect db.min_pool_size = 5 db.max_pool_size = 10 hb.dialect = org.hibernate.dialect.MySQLDialect -hb.show_sql = true + +hb.show_sql = false # this property is set in logger configuration to keep console output clean hb.idle_connection_test_period = 3600 app_display_name = ${VID_APP_DISPLAY_NAME} files_path = /tmp -- cgit 1.2.3-korg