My web service reports errors using exceptions (which are well defined in the wsdl file) This seems to work ok, but there is an annoying side-effect, where for each thrown exception, an error message appears in my log file:
ERROR http-80-16 org.apache.axis2.engine.AxisEngine <error message here> Any idea on how to disabled this specific log message? Thanks
