VES Heartbeat and Software Management Feature
[oam/tr069-adapter.git] / acs / application-booter / src / main / resources / log4j2.xml
index c23beac..eb0336c 100644 (file)
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<!--\r
-/*\r
- * ============LICENSE_START========================================================================\r
- * ONAP : tr-069-adapter\r
- * =================================================================================================\r
- * Copyright (C) 2020 CommScope Inc Intellectual Property.\r
- * =================================================================================================\r
- * This tr-069-adapter software file is distributed by CommScope Inc\r
- * under the Apache License, Version 2.0 (the "License");\r
- * you may not use this file except in compliance with the License.\r
- * You may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * This file is distributed on an "AS IS" BASIS,\r
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- * See the License for the specific language governing permissions and\r
- * limitations under the License.\r
- * ===============LICENSE_END=======================================================================\r
-*/\r
--->\r
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * ============LICENSE_START========================================================================
+ * ONAP : tr-069-adapter
+ * =================================================================================================
+ * Copyright (C) 2020 CommScope Inc Intellectual Property.
+ * =================================================================================================
+ * This tr-069-adapter software file is distributed by CommScope Inc
+ * under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ===============LICENSE_END=======================================================================
+*/
+-->
 <Configuration status="DEBUG" monitorInterval="30">\r
     <Properties>\r
         <Property name="LOG_PATTERN">%d{yyyy-MM-dd HH:mm:ss} %m%n</Property>\r
     <Loggers>\r
        <Logger name="org.commscope.tr069adapter" level="debug" additivity="false">\r
                <appender-ref ref="console"/>\r
-               <appender-ref ref="applicationLog"/>\r
-       </Logger>\r
-       \r
-       <Logger name="org.springframework" level="error" additivity="false">\r
-               <appender-ref ref="console"/>\r
+                       <appender-ref ref="applicationLog"/>\r
+               </Logger>\r
+               \r
+               <Logger name="org.springframework" level="error" additivity="false">\r
+                       <appender-ref ref="console"/>\r
             <AppenderRef ref="springLog" />\r
         </Logger>\r
         \r
         \r
         <Root level="DEBUG" additivity="false"/>\r
     </Loggers>\r
-</Configuration>\r
+</Configuration>