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:
Olivier Lamy 2013-12-10 01:30:00 +00:00
parent 3ee1c5f9ff
commit 10ee64b488
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ public class ArchivaStartup
WebApplicationContext applicationContext =
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();
// TODO check this stop