diff options
author | Chou, Joseph (JC2555) <jc2555@att.com> | 2018-03-28 13:46:11 -0400 |
---|---|---|
committer | Chou, Joseph (JC2555) <jc2555@att.com> | 2018-03-28 13:50:53 -0400 |
commit | 5cd57949604803a32bd3a19c183eadf11f0ab900 (patch) | |
tree | f6799447752240bd654f337d5f66c397fd5fe3c4 /PolicyEngineAPI/src/main/resources | |
parent | 669931e76de18aabb14f9ff873da4783f8c83d7a (diff) |
ONAP code change for log files consolidation
Undo the change so this would not block other test activity
Change-Id: I4f7dd2e14f30034eefbf958be3c912af2962e8a2
Issue-ID: POLICY-562
Signed-off-by: Chou, Joseph (JC2555) <jc2555@att.com>
Diffstat (limited to 'PolicyEngineAPI/src/main/resources')
-rw-r--r-- | PolicyEngineAPI/src/main/resources/logback.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PolicyEngineAPI/src/main/resources/logback.xml b/PolicyEngineAPI/src/main/resources/logback.xml index e69f01dd2..347466bcc 100644 --- a/PolicyEngineAPI/src/main/resources/logback.xml +++ b/PolicyEngineAPI/src/main/resources/logback.xml @@ -21,15 +21,15 @@ <configuration scan="true" scanPeriod="3 seconds" debug="true"> <!--<jmxConfigurator /> --> <!-- directory path for all other type logs --> - <property name="logDir" value="${{POLICY_LOGS}}" /> + <property name="logDir" value="logs" /> <!-- directory path for debugging type logs --> - <property name="debugDir" value="${{POLICY_LOGS}}" /> + <property name="debugDir" value="logs" /> <!-- specify the component name <ONAP-component-name>::= "MSO" | "DCAE" | "ASDC " | "AAI" |"Policy" | "SDNC" | "AC" --> - <property name="componentName" value="policy"></property> - <property name="subComponentName" value="api"></property> + <property name="componentName" value="Policy"></property> + <property name="subComponentName" value="PolicyEngineAPI"></property> <!-- log file names --> <property name="errorLogName" value="error" /> |