Portal SDK upgrade to 2.6.0 in policy engine
[policy/engine.git] / ONAP-SDK-APP / src / main / resources / logback.xml
index 8e99b0a..134ecb8 100644 (file)
 
   <!--  specify the component name -->
   <property name="componentName" value="policy"></property>
-    <property name="subComponentName" value="epsdk"></property>
+  <property name="subComponentName" value="console"></property>
   
   <!--  specify the base path of the log directory -->
-  <property name="logDirPrefix" value="${{POLICY_LOGS}}"></property>
+  <property name="logDirPrefix" value="${POLICY_LOGS}"></property>
   
   <!-- The directories where logs are written -->
   <property name="logDirectory" value="${logDirPrefix}/${componentName}/${subComponentName}" />
     <appender-ref ref="asyncEELF" />
   </root>
 
-</configuration>
+</configuration>
\ No newline at end of file