Mercurial > dive4elements > river
diff gwt-client/src/main/webapp/WEB-INF/web.xml @ 9724:654aaa0d7576 3.2.x
Rely on log4j's default initialization procedure
This should make upgrading to Log4j 2.x easier.
In passing, use latest Log4j 1.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 25 Feb 2022 17:13:49 +0100 |
parents | 89dcaae0801c |
children | 492f8e615c38 |
line wrap: on
line diff
--- a/gwt-client/src/main/webapp/WEB-INF/web.xml Fri Feb 25 14:39:26 2022 +0100 +++ b/gwt-client/src/main/webapp/WEB-INF/web.xml Fri Feb 25 17:13:49 2022 +0100 @@ -64,11 +64,6 @@ <param-value>/WEB-INF/features.xml</param-value> </context-param> - <context-param> - <param-name>log4j-properties</param-name> - <param-value>/WEB-INF/log4j.properties</param-value> - </context-param> - <listener> <listener-class>org.dive4elements.river.client.server.BaseServletContextListener</listener-class> </listener>