Quantcast

Disable logging config from external dependencies

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Disable logging config from external dependencies

Rafael Luque Leiva

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
Loading...