Changed logDirPrefix to /var/log/onap 61/55161/2
authorWelch, Lorraine (lb2391) <lb2391@att.com>
Wed, 20 Jun 2018 21:53:07 +0000 (17:53 -0400)
committerWelch, Lorraine (lb2391) <lb2391@att.com>
Thu, 21 Jun 2018 15:42:59 +0000 (11:42 -0400)
Issue-ID: LOG-482

Change-Id: I3d9b67f73964cf76acdbf83ea24bde1adab8b60a
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
kubernetes/portal/charts/portal-app/resources/config/deliveries/properties/ONAPPORTAL/logback.xml
kubernetes/portal/charts/portal-sdk/resources/config/deliveries/properties/ONAPPORTALSDK/logback.xml

index f242c41..5500163 100644 (file)
   limitations under the License.
 
   ============LICENSE_END============================================
-
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
   -->
 
 <!DOCTYPE xml>
 <configuration scan="true" scanPeriod="3 seconds" debug="true">
-       <!-- Log-back files for the ECOMP Portal are created in directory
-               ${catalina.base}/logs/${componentName}; e.g., apache-tomcat-8.0.35/logs/onapportal/application.log -->
-       <!--<jmxConfigurator /> -->
 
        <!-- specify the component name -->
        <property name="componentName" value="onapportal"></property>
 
        <!-- specify the base path of the log directory -->
-       <property name="logDirPrefix" value="${catalina.base}/logs"></property>
+       <property name="logDirPrefix" value="/var/log/onap"></property>
 
        <!-- The directories where logs are written -->
        <property name="logDirectory" value="${logDirPrefix}/${componentName}" />
index 864a8b9..d1465c5 100644 (file)
 
   ============LICENSE_END============================================
 
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
   -->
 <configuration scan="true" scanPeriod="3 seconds" debug="true">
-  <!--
-  Logback files for the ONAP Portal SDK Application
-  are created in directory ${catalina.base}/logs/${componentName}
-  e.g., apache-tomcat-8.0.35/logs/onapsdk/application.log
-  -->
   <!--<jmxConfigurator /> -->
   <!--  specify the component name -->
   <property name="componentName" value="onapsdk"></property>
   <!--  specify the base path of the log directory -->
-  <property name="logDirPrefix" value="${catalina.base}/logs"></property>
+  <property name="logDirPrefix" value="/var/log/onap"></property>
   <!-- The directories where logs are written -->
   <property name="logDirectory" value="${logDirPrefix}/${componentName}" />
   <!-- Can easily relocate debug logs by modifying this path. -->
   <root level="DEBUG">
     <appender-ref ref="asyncEELF" />
   </root>
-</configuration>
\ No newline at end of file
+</configuration>