Hide Forgot
Date of First Response: 2010-01-12 11:24:47 project_key: SOA jboss-as/server/*/deployers/jbossws.deployer/META-INF/standard-jaxws-endpoint-config.xml contains logging handlers (org.jboss.wsf.framework.invocation.RecordingServerHandler). These should be disabled by default.
See the attached file for proposed changes.
Attachment: Added: standard-jaxws-endpoint-config.xml
The justification is simple - we do have all logging disabled in production configuration except for the main logger set to WARN. It does not have a big perf. impact. Definitely under 1%. But it could become a problem if there were some change to the code base. All in all, such a logging has no place there. It is the same as Hibernate or jUDDI logging... Disabling it in all configurations is questionable. I would follow the already established practices for other logging facilities (e.g. jUDDI, jBPM...).