Apache CXF Logging

Apache CXF Logging explains about  configure / enable logging of request and response using CXF framework

For every application logging is vital because it is a must for debugging web services, CXF framework have in-built feature for enabling logging of request / response 

You can Enable / Configure CXF Logging using two ways

1) Server Side Logging   2) Client Side Logging

If you are interested to add logs in separate file using log4j, you can find below article

Configure Log4j with CXF