From ae4a935b835c0dc588c7a53aef846dd6506b732f Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Tue, 18 Jul 2017 01:06:39 -0500 Subject: [POLICY-66] self-contained features support installation/enable/disable of self contained package features: Feature 3rd party dependencies, configuration files, and custom installation scripts do not need to be packaged within the policy core base to be used. Change-Id: I35a472e63bd0f9f7aa6cd0c112d41d2b4604a892 Signed-off-by: Jorge Hernandez --- policy-management/src/main/server/config/system.properties | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'policy-management/src/main/server/config/system.properties') diff --git a/policy-management/src/main/server/config/system.properties b/policy-management/src/main/server/config/system.properties index 67294c8a..6456ef53 100644 --- a/policy-management/src/main/server/config/system.properties +++ b/policy-management/src/main/server/config/system.properties @@ -35,9 +35,4 @@ javax.net.ssl.trustStorePassword = ${{KEYSTORE_PASSWD}} # standard logging -logback.configurationFile=config/logback.xml - -# eelf logging - -com.att.eelf.logging.path=config -com.att.eelf.logging.file=logback.xml \ No newline at end of file +logback.configurationFile=config/logback.xml \ No newline at end of file -- cgit 1.2.3-korg