Changed ecomp to onap in logback.xml
[portal.git] / 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>