Change log levels to reduce the amount of logs generated
[ccsdk/features.git] / sdnr / wt / devicemanager-o-ran-sc / o-ran / ru-fh / provider / src / main / java / org / onap / ccsdk / features / sdnr / wt / devicemanager / oran / impl / dom / ORanDOMNotifToVESEventAssembly.java
index b8b5151..7a2cd43 100644 (file)
@@ -88,7 +88,7 @@ public class ORanDOMNotifToVESEventAssembly {
             Entry<String, String> pair = it.next();
             buf.append("\n" + pair.getKey() + " = " + pair.getValue());
         }
-        log.info("Resultlist({}):{}", xPathFields.size(), buf.toString());
+        log.debug("Resultlist({}):{}", xPathFields.size(), buf.toString());
 
         ArrayList<HashMap<String, Object>> arrayOfNamedHashMap = new ArrayList<HashMap<String, Object>>();
         HashMap<String, Object> namedHashMap = new HashMap<String, Object>();