From 59069b8a0db666594875acaf9b680353ca6049ec Mon Sep 17 00:00:00 2001 From: "O'Connor, Lina (lo8949)" Date: Tue, 26 Sep 2017 10:01:41 -0600 Subject: Logging Updates for logback.xml files and Servlet ContextListener Issue-ID: AAI-388 Change-Id: I76f5a938211e3232bfc6445e0d21b2b8451f080f Signed-off-by: O'Connor, Lina (lo8949) --- .../java/org/openecomp/aai/util/AAIAppServletContextListener.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'aai-resources/src/main/java/org') 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"); } } -- cgit 1.2.3-korg