| Author |
Enabling Spring Logging
|
Abiodun Adisa
Ranch Hand
Joined: Jan 17, 2002
Posts: 495
|
|
I am using Spring in my web application , I enabled Spring by adding
to the web.xml. Please is there a way to configure Spring in such a way that i can view the Beans it is loading
|
 |
Christian Gossart
Ranch Hand
Joined: Mar 13, 2008
Posts: 34
|
|
You should configure log4j with Spring in INFO level:
The search for this kind of output in the log when the server starts:
The last line lists the beans from the BeanFactory.
|
Christian Gossart
|
 |
 |
|
|
subject: Enabling Spring Logging
|
|
|