mirror of https://github.com/apache/archiva.git
add comment on logging mechanism
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1549733 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3ee1c5f9ff
commit
10ee64b488
|
@ -100,7 +100,8 @@ public class ArchivaStartup
|
||||||
WebApplicationContext applicationContext =
|
WebApplicationContext applicationContext =
|
||||||
WebApplicationContextUtils.getRequiredWebApplicationContext( contextEvent.getServletContext() );
|
WebApplicationContextUtils.getRequiredWebApplicationContext( contextEvent.getServletContext() );
|
||||||
|
|
||||||
|
// we log using servlet mechanism as due to some possible problem with slf4j when container shutdown
|
||||||
|
// so servletContext.log
|
||||||
ServletContext servletContext = contextEvent.getServletContext();
|
ServletContext servletContext = contextEvent.getServletContext();
|
||||||
|
|
||||||
// TODO check this stop
|
// TODO check this stop
|
||||||
|
|
Loading…
Reference in New Issue