I am using the Apache CXF Framework. Inside my client program, I need to log CXF SOAP Requests and SOAP Responses. When I used
When configuring log4j.properties, putting org.apache.cxf logging level to INFO is enough to see the plain SOAP messages:
log4j.properties
org.apache.cxf
INFO
log4j.logger.org.apache.cxf=INFO
DEBUG is too verbose.