From 3d39a52e623afa123afe9eeb415dd1bca959dd53 Mon Sep 17 00:00:00 2001 From: "O'Connor, Lina (lo8949)" Date: Tue, 26 Sep 2017 10:19:34 -0600 Subject: Logging Updates for Traversal Issue-ID: AAI-389 Change-Id: Ied84357b080db5aceb272b2d72cc9d4ae8d70d81 Signed-off-by: O'Connor, Lina (lo8949) Signed-off-by: Venkata Harish K Kajur --- .../java/org/openecomp/aai/util/AAIAppServletContextListener.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'aai-traversal') diff --git a/aai-traversal/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java b/aai-traversal/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java index 8c5a4aa..9edf857 100644 --- a/aai-traversal/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java +++ b/aai-traversal/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java @@ -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"); + } } -- cgit 1.2.3-korg