this help in this case.
Thanks in Advance
Sriram
-Original Message-
From: oleg shteynbuk [mailto:[EMAIL PROTECTED]
Sent: Mittwoch, 10. September 2003 17:12
To: [EMAIL PROTECTED]
Subject: Re: Logging in Axis
agree, it is better to specify org.apache.axis logger than rootLogger,
the
]
Sent: Mittwoch, 10. September 2003 17:12
To: [EMAIL PROTECTED]
Subject: Re: Logging in Axis
agree, it is better to specify org.apache.axis logger than rootLogger,
the question was how to disable only axis logger.
oleg
Fontanel, Laurent wrote:
>I use:
>
>log4j.logger.org.apache.axis=W
Message-
From: oleg shteynbuk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 10:25 AM
To: [EMAIL PROTECTED]
Subject: Re: Logging in Axis
[EMAIL PROTECTED] wrote:
you can set in log4j.properties smth. like this
log4j.rootLogger=OFF, A1
note that server logging and client logging use
I use:
log4j.logger.org.apache.axis=WARN
It only leaves severe error messages in the log.
Laurent Fontanel
Global Crossing
-Original Message-
From: oleg shteynbuk [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 10:25 AM
To: [EMAIL PROTECTED]
Subject: Re: Logging in
[EMAIL PROTECTED] wrote:
you can set in log4j.properties smth. like this
log4j.rootLogger=OFF, A1
note that server logging and client logging use different
log4j.properties files.
actually Axis uses commons logging and log4j is the default logger for
commons logging. Recently I have tried to ins
Hi ,
Axis 1.1 Final uses log4j 1.2.8 . Is there any way in which to
disable axis to not do the logging..
Any help on this would be very useful..
Thanks in Advance
Sriram
I thought I'd share that I did finally get everything to work. I share this
so that someone in a similar position might be saved some time. Turns out,
my config was right all along - the problem was that the classes with the
log statements were never being updated, so that effectively, there were
- Original Message -
From: "Hugh Ferguson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 04, 2003 14:50
Subject: Trouble with logging in axis
> I borrowed from numerous examples, and use the LogFactory to get a class.
> I've removed t
OK,
I tried to send this earlier but I don't think it made it through, so I'm
trying again. Please excuse the repeat if it has come through previously. I
know that this is an old topic, but I'm at my wits end. I just want to be
able to output some debug from within my web service class so that