Don't load from a fixed path, but load from the classpath so admins or packagers can overwrite the logging config

This commit is contained in:
Hugo Trippaers 2013-02-28 21:28:46 +01:00
parent b1fcccc3f1
commit 97ca7791b3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<context-param>
<param-name>log4jConfigLocation</param-name>
<param-value>/WEB-INF/classes/log4j-cloud.xml</param-value>
<param-value>classpath:log4j-cloud.xml</param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>