Alan Yang created CXF-4893: ------------------------------ Summary: Downgrade the log level from INFO to FINE in the methods buildServiceFromWSDL and buildServiceFromClass in the org.apache.cxf.service.factory.ReflectionServiceFactoryBean Key: CXF-4893 URL: https://issues.apache.org/jira/browse/CXF-4893 Project: CXF Issue Type: Improvement Reporter: Alan Yang Priority: Minor
We found there would have thounds of messages like "org.apache.cxf.service.factory.ReflectionServiceFactoryBean I Creating Service {http://ws.lite.orderstatus/}OrderStatusImplService from WSDL: " in our logs if there are huge requests accessing the webservices and the application log level is "INFO", which will impact the performance more or less. So I suggested to change the log level from INFO to FINE to log the message "Creating Service..." in the methods buildServiceFromWSDL and buildServiceFromClass in the org.apache.cxf.service.factory.ReflectionServiceFactoryBean. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira