Well. I am testing my attachment code and I am seeing the following log traces for the past 10 minutes. I was uploading an image of 700 KB.
 
Previously my server and client was using Apache SOAP. I just migrated to apache axis on the server side and reatined apache soap on the client side. Why is the uploading so slow with axis. Is it due to the logging or due to the apache soap and apache axis combination.
OR Am I doing something really wrong? I didn't change my server and client side code at all. Thats why I doubt if its my code.
 

 

11:00:02,406 DEBUG [] - org.apache.axis.attachments.ManagedMemoryDataSource$Instream - b.length=1

11:00:02,416 DEBUG [] - org.apache.axis.i18n.ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(read)

11:00:02,416 DEBUG [] - org.apache.axis.attachments.ManagedMemoryDataSource$Instream - 7540024read 1 bytes

11:00:02,416 DEBUG [] - org.apache.axis.attachments.ManagedMemoryDataSource$Instream - 7540024 read(0, 1)

11:00:02,416 DEBUG [] - org.apache.axis.attachments.ManagedMemoryDataSource$Instream - len = 1

11:00:02,416 DEBUG [] - org.apache.axis.i18n.ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(reading)

11:00:02,416 DEBUG [] - org.apache.axis.attachments.ManagedMemoryDataSource$Instream - reading 1 bytes from disk

11:00:02,426 DEBUG [] - org.apache.axis.i18n.ProjectResourceBundle - org.apache.axis.i18n.resource::handleGetObject(flushing)

11:00:02,426 DEBUG [] - org.apache.axis.attachments.ManagedMemoryDataSource$Instream - flushing

 

Any help is appreciated!!!!

 

Praveen

----- Original Message -----
Sent: Wednesday, July 02, 2003 10:57 AM
Subject: too much logging info on server side. Can I turn it off?

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

Reply via email to