mirror of https://github.com/apache/cloudstack.git
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:
parent
0518e456ce
commit
ad90e208b0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue