|
|
Hi all,
I'm working on a Grails project with an external JAR which includes its own log4j.xml file.
When I run the application, Log4j tries to find a log4j.xml using the context classloader and finds the log4j.xml from the external JAR.
I'd like to use only the logging configuration from my Grails application. Is there any way to disable the logging configuration from external JARs?
Thank you,
Rafael Luque
|