Re: [AXIS2] how to control logging using log4j

2008-08-05 Thread David Ojeda
I think you may have a problem with additivity, but I'm not sure. Check the log4j docs regarding that topic. Here is my log4j.properties so it helps you a bit: log4j.rootLogger = OFF, ConsoleApp log4j.logger.org.springframework = INFO, ConsoleApp log4j.logger.org.apache.axis = INFO, ConsoleApp

Re: [AXIS2] how to control logging using log4j

2008-08-05 Thread Ashish Kulkarni
Hi Yes rootLogger level is DEBUG, so do i have to change rootLogger level, can i not control by level category Ash On Tue, Aug 5, 2008 at 11:16 AM, David Ojeda <[EMAIL PROTECTED]> wrote: > Maybe the rootLogger is in DEBUG level... > > On Tuesday 05 August 2008 10:30:51 am Ashish Kulkarni wrote:

Re: [AXIS2] how to control logging using log4j

2008-08-05 Thread David Ojeda
Maybe the rootLogger is in DEBUG level... On Tuesday 05 August 2008 10:30:51 am Ashish Kulkarni wrote: > Hi > > I am working on a web application which uses Log4j for logging, i added > Axis2.0 to this web application and added following lines to control > logging > > > > > > > >

[AXIS2] how to control logging using log4j

2008-08-05 Thread Ashish Kulkarni
Hi I am working on a web application which uses Log4j for logging, i added Axis2.0 to this web application and added following lines to control logging But still i am getting a lot of output in my log file like below, how do i stop this? 2008-08-05 10:51:25,276 DEB