How is Logging configured
Hi, I'm using spring on my J2EE app running on WAS. I already use Log4j in my project and defined appenders and a layout for the root logger.
I want Spring also to use this logger or that springs child is derived from my root logger. In a test project outside the container I've used log4j.properties in the classpath and I was able to modify the logging behaviour of spring. This is however something I've found here in the forum.
When I look at the doc, I cannot see a mere line of how logging is working in spring and how to configure it.
My questions are:
is log4j.properties a spring specific file?
How can I make spring using my log4j settings/logger?
Thanks, for any input
T.