Using log4j2 in tomcat 8 with cxf 2.7.11 with a war file Whenever i create a web service client, i get the following log message INFO org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromWsdl Creating Service(mynamespace)MyService from WSDL: jar:file:/path/to/myservice.jar!my.wsdl
is there any way to mute this? I've tried the normal log4j2 appender configure but it doesn't seem to have any affect.
