Skip to content

Instantly share code, notes, and snippets.

@asbestos
Created February 19, 2015 08:10
Show Gist options
  • Save asbestos/70ffd2d9d27c2dd45335 to your computer and use it in GitHub Desktop.
Save asbestos/70ffd2d9d27c2dd45335 to your computer and use it in GitHub Desktop.
Spring log4j web.xml configuration
<context-param>
<param-name>log4jConfigLocation</param-name>
<param-value>/WEB-INF/log4j.properties</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
</listener>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment