aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorO'Connor, Lina (lo8949) <lo8949@us.att.com>2017-09-26 10:19:34 -0600
committerVenkata Harish K Kajur <vk250x@att.com>2017-09-26 12:59:23 -0400
commit3d39a52e623afa123afe9eeb415dd1bca959dd53 (patch)
treee3e86d3d8be14a6b5151247aa89428dc0c6923cf
parent5839237f6fb42d7ea3e4673cf01cc51048d0bd57 (diff)
Logging Updates for Traversal
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>
-rw-r--r--aai-traversal/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java5
1 files changed, 5 insertions, 0 deletions
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");
+
}
}