aboutsummaryrefslogtreecommitdiffstats
path: root/aai-resources/src
diff options
context:
space:
mode:
authorO'Connor, Lina (lo8949) <lo8949@us.att.com>2017-09-26 10:01:41 -0600
committerO'Connor, Lina (lo8949) <lo8949@att.com>2017-09-26 10:09:43 -0600
commit59069b8a0db666594875acaf9b680353ca6049ec (patch)
treebd96be230a8138c260535867b5cc3b4a25cd3d9e /aai-resources/src
parent8150fb7fe9e51841cab99de991d04c6ca25ae457 (diff)
Logging Updates for logback.xml files and Servlet
ContextListener Issue-ID: AAI-388 Change-Id: I76f5a938211e3232bfc6445e0d21b2b8451f080f Signed-off-by: O'Connor, Lina (lo8949) <lo8949@att.com>
Diffstat (limited to 'aai-resources/src')
-rw-r--r--aai-resources/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/aai-resources/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java b/aai-resources/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java
index 3184da8..c32eb12 100644
--- a/aai-resources/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java
+++ b/aai-resources/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java
@@ -85,5 +85,9 @@ public class AAIAppServletContextListener implements ServletContextListener {
LOGGER.error("Unknown failure while initializing A&AI Server", e);
throw new RuntimeException("Unknown failure while initializing A&AI server", e);
}
+
+ LOGGER.info("Resources MicroService Started");
+ LOGGER.error("Resources MicroService Started");
+ LOGGER.debug("Resources MicroService Started");
}
}