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

(cherry picked from commit 97ca7791b3)

Signed-off-by: Hugo Trippaers <trippie@gmail.com>
This commit is contained in:
Hugo Trippaers 2013-02-28 21:28:46 +01:00
parent 0518e456ce
commit ad90e208b0
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>