Merge "Updated champ-lib to use the correct logger"
[aai/champ.git] / champ-service / src / main / java / org / onap / champ / service / logging / LoggingUtil.java
index 17ac270..a99be4c 100644 (file)
@@ -56,6 +56,10 @@ public class LoggingUtil {
 
     MdcContext.initialize(transId, "ChampService", "", fromAppId, fromIp);
   }
+  
+  public static void initMdcContext() {
+    MdcContext.initialize("", "ChampService", "", "", "");
+  }
 
   /**
    * Logs the rest request.