ONAP log files consolidation
[policy/engine.git] / PolicyEngineAPI / src / main / resources / logback.xml
index 347466b..37261ed 100644 (file)
 <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="policyapi"></property>
   
   <!--  log file names -->
   <property name="errorLogName" value="error" />