Modify emsdriver Code
[vfc/nfvo/driver/ems.git] / ems / boco / src / main / java / org / onap / vfc / nfvo / emsdriver / EmsDriverApplication.java
index b850f9f..1984ccb 100644 (file)
@@ -49,7 +49,9 @@ public class EmsDriverApplication extends Application<EmsDriverConfiguration> {
        private  ApplicationContext context = null;
        
        public static void main(String[] args) throws Exception {
+               log.info("EmsDriverApplication start");
         new EmsDriverApplication().run(args);
+        log.info("EmsDriverApplication start sucess");
     }
 
     @Override