diff options
author | Manisha Aggarwal <ma9181@att.com> | 2017-09-26 18:20:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-26 18:20:43 +0000 |
commit | 9d5eff1a6c19f9af9329f76f3e58d8935eb28dad (patch) | |
tree | ec3d677f673925f8e15525ffc4fdcc3fc7c0f4c1 /aai-resources/src/main/java | |
parent | eff0e0d37074127df3b0df7e950740c5621fa903 (diff) | |
parent | 59069b8a0db666594875acaf9b680353ca6049ec (diff) |
Merge "Logging Updates for logback.xml files and Servlet"
Diffstat (limited to 'aai-resources/src/main/java')
-rw-r--r-- | aai-resources/src/main/java/org/openecomp/aai/util/AAIAppServletContextListener.java | 4 |
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"); } } |