How do you stop logging 'any' messages completely with Axis?
I've tried several methods with the log4j.properties file.
It has been put in the web-inf\classes dir.
Basically, if the Web Service thows an exception, the Call.java 'invoke' method in line 1853 continues to log the exception via the statement:
} catch (Exception e) {
entLog.info(Messages.getMessage("toAxisFault00"), e);
throw AxisFault.makeFault(e);
}
These 'info' errors are still being written to 'stderr'.
We don't want 'any' reporting at this time.
No 'info' messages even.
Is this configurable?
Changeable?
etc?
Thanks,
chris
