[ https://issues.apache.org/jira/browse/CXF-4893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13602211#comment-13602211 ]
Freeman Fang edited comment on CXF-4893 at 3/14/13 12:14 PM: ------------------------------------------------------------- I'm -1 for this change. IIRC building service model is one time thing when create endpoint, you won't see it per request. Moreover, that log told you building service model from WSDL or from class, this is an important INFO IMO and I believe lots of users already get used to this INFO. BTW, I do think this kind of issue should be discussed on mailing list first. was (Author: ffang): I'm -1 for this change. IIRC building service model is one time thing when create endpoint, you won't see it per request. Moreover, that log told you building service model from WSDL or from class, this is an important INFO IMO and I believe lots of users already get used to this INFO. > 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 > Attachments: cxf-4893.patch > > > 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