> is there any way to mute this? I've tried the normal log4j2 appender > configure but it doesn't seem to have any affect.
CXF uses java.util.logging. You have to redirect it to log4j first: http://cxf.apache.org/docs/general-cxf-logging.html Regards Dennis
