Logging Updates for Traversal 47/15647/2
authorO'Connor, Lina (lo8949) <lo8949@us.att.com>
Tue, 26 Sep 2017 16:19:34 +0000 (10:19 -0600)
committerVenkata Harish K Kajur <vk250x@att.com>
Tue, 26 Sep 2017 16:59:23 +0000 (12:59 -0400)
Issue-ID: AAI-389
Change-Id: Ied84357b080db5aceb272b2d72cc9d4ae8d70d81
Signed-off-by: O'Connor, Lina (lo8949) <lo8949@att.com>
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
aai-traversal/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java

index 8c5a4aa..9edf857 100644 (file)
@@ -100,5 +100,10 @@ public class AAIAppServletContextListener implements ServletContextListener {
                        LOGGER.error("Unknown failure while initializing AAI Server", e);
                        throw new RuntimeException("Unknown failure while initializing AAI server", e);
                }
+
+               LOGGER.info("Graph-Query MicroService Started");
+               LOGGER.error("Graph-Query MicroService Started");
+               LOGGER.debug("Graph-Query MicroService Started");
+
        }
 }