Changed ecomp to onap in logback.xml 31/51131/1
authorWelch, Lorraine (lb2391) <lb2391@att.com>
Mon, 11 Jun 2018 15:37:24 +0000 (11:37 -0400)
committerWelch, Lorraine (lb2391) <lb2391@att.com>
Mon, 11 Jun 2018 15:37:24 +0000 (11:37 -0400)
Issue-ID: PORTAL-302

Change-Id: I864141df5d5069a23086d3cc7b5c955a0a3fd1c3
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
ecomp-portal-BE-os/src/main/resources/logback.xml

index 897c77b..5cd2e28 100644 (file)
   limitations under the License.
  
   ============LICENSE_END============================================
   
   -->
 
 <!DOCTYPE xml>
 <configuration scan="true" scanPeriod="3 seconds" debug="true">
-       <!-- Log-back files for the ECOMP Portal "ecompportal" are created in directory 
-               ${catalina.base}/logs/ecompportal; e.g., apache-tomcat-8.0.35/logs/ecompportal/application.log -->
+       <!-- Log-back files for the ONAP Portal "onapportal" are created in directory 
+               ${catalina.base}/logs/onapportal; e.g., apache-tomcat-8.0.35/logs/onapportal/application.log -->
        <!--<jmxConfigurator /> -->
 
        <!-- specify the component name -->
-       <property name="componentName" value="ecompportal"></property>
+       <property name="componentName" value="onapportal"></property>
 
        <!-- specify the base path of the log directory -->
        <property name="logDirPrefix" value="${catalina.base}/logs"></property>