You can turn off logging for the org.apache.axis.* packages. For eg:
log4j.logger.org.apache.axis =OFF
- Junaid
"Praveen Peddi"
<[EMAIL PROTECTED] To: <[EMAIL PROTECTED]>
dia.com> cc:
Subject: too much logging info on
server side. Can I turn it off?
07/02/2003 10:57
AM
Please respond to
axis-user
I just installed axis along with my application. When I run the tests I see
1000s of lines that are related to axis code. I looked at the source code
and the code was turning on the logging based on log4j properties.
Unfortunately we also use log4j. So if I turn off logging in
log4j.properties, I lose our app related logging info also.
Is there any way to turn off logging only for axis code?
Praveen