Exception handling
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / commons / utils / DriverThread.java
index cbdbd3c..1b59022 100644 (file)
@@ -52,7 +52,8 @@ public abstract class DriverThread implements Runnable {
         try {
             dispose();
         } catch (Exception e) {
-            e.printStackTrace();
+            //e.printStackTrace();
+           log.error(" printStackTrace :", e);
         }
         this.setEnd(true);