]> source.dussan.org Git - archiva.git/commitdiff
add comment on logging mechanism
authorOlivier Lamy <olamy@apache.org>
Tue, 10 Dec 2013 01:30:00 +0000 (01:30 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 10 Dec 2013 01:30:00 +0000 (01:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1549733 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-web-common/src/main/java/org/apache/archiva/web/startup/ArchivaStartup.java

index 1f61425cabc3a091522121d8d8fa24e20dbb8b38..8e00506fc5755ef9acbfc35146c4ba82aa5ffc7e 100644 (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