aboutsummaryrefslogtreecommitdiffstats
path: root/PolicyEngineAPI/src
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-03-26 13:55:11 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-26 13:55:11 +0000
commitcc7dca9a21765dca0ba336f27659a3852f6a15d9 (patch)
tree64d977bb0d28caa9eff96082041a8a53546da9ca /PolicyEngineAPI/src
parentc8bed1e392b935ec50aaeeb5fb82d25a9568b790 (diff)
parent669931e76de18aabb14f9ff873da4783f8c83d7a (diff)
Merge "ONAP code change for log files consolidation"
Diffstat (limited to 'PolicyEngineAPI/src')
-rw-r--r--PolicyEngineAPI/src/main/resources/logback.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/PolicyEngineAPI/src/main/resources/logback.xml b/PolicyEngineAPI/src/main/resources/logback.xml
index 347466bcc..e69f01dd2 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="logs" />
+ <property name="logDir" value="${{POLICY_LOGS}}" />
<!-- directory path for debugging type logs -->
- <property name="debugDir" value="logs" />
+ <property name="debugDir" value="${{POLICY_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="PolicyEngineAPI"></property>
+ <property name="componentName" value="policy"></property>
+ <property name="subComponentName" value="api"></property>
<!-- log file names -->
<property name="errorLogName" value="error" />