commit | 80166602c460bffa180e314afc46703465ed6fb4 | [log] [tgz] |
---|---|---|
author | kurczews <krzysztof.kurczewski@nokia.com> | Fri Oct 12 08:57:35 2018 +0200 |
committer | kurczews <krzysztof.kurczewski@nokia.com> | Mon Dec 24 07:26:16 2018 +0100 |
tree | 8cf57e7ae97ee9531356de4654a2d800ff3a3773 | |
parent | 0b65d4053eb41fd4747c5718ffd1cbd5d46fc455 [diff] |
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 <krzysztof.kurczewski@nokia.com>
diff --git a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties index 049ebf0..dba8441 100755 --- a/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties +++ b/epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties
@@ -71,7 +71,8 @@ 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 files_path = /tmp
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 149ad99..6b5b37c 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.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