summaryrefslogtreecommitdiffstats
path: root/aai-traversal/src/main/java
diff options
context:
space:
mode:
Diffstat (limited to 'aai-traversal/src/main/java')
-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");
+
}
}