diff options
author | Ittay Stern <ittay.stern@att.com> | 2018-12-27 13:15:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-27 13:15:19 +0000 |
commit | 5ec29ff5e3864f1ba6ecac71f8bffbefa400cf27 (patch) | |
tree | 24db361f50781b3caf7eba805f4b65612dca24b9 /epsdk-app-onap/src/main/webapp/WEB-INF/conf | |
parent | 6f2b2081f589c56f61941edeb58dfbcba0885110 (diff) | |
parent | 80166602c460bffa180e314afc46703465ed6fb4 (diff) |
Merge "Logging improvements"
Diffstat (limited to 'epsdk-app-onap/src/main/webapp/WEB-INF/conf')
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system.properties | 3 | ||||
-rwxr-xr-x | epsdk-app-onap/src/main/webapp/WEB-INF/conf/system_template.properties | 3 |
2 files changed, 4 insertions, 2 deletions
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 049ebf0dd..dba844112 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.password = euser 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 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
|