Eyad Garelnabi wrote:

Hi,

How do I disable the axis debugger on the server to prevent it from
writing out whatever it does to the screen/console ? (I've looked all
over the documentation for that and may have missed it if it's there).
My main problem is that it tries to write even the binary data it
recieves.

Thanx a million.




In your log4j.properties file (located in your Web-inf/classes maybe), modify the line
log4j.appender.CONSOLE.Threshold=DEBUG
to
log4j.appender.CONSOLE.Threshold=INFO


and you won't have debugging info anymore.

Karim

Reply via email to