If you are using Axis with Log4j, you will see its logs with your application's logs.
If you don't want to see the axis's logs, you can add the folowing lines in your log4j configuration file:
log4j.logger.org.apache=FATAL, NULL log4j.appender.NULL=org.apache.log4j.performance.NullAppender
Hope it helps Patrice
Hi,
I want a special-logging mechanism in my webapp. I want to send own logmessages to an file. I want to use log4j to do this. So i want a totally independent (from axis) logging mechanism. Its only to watch my application. how must i configure log4j???
Greeting, Steffen
