We are logging the application SOAP requests to the interfaces using the logback.xml configuration file. The SOAP requests are itself generated with the framework Apache CXF
You may set limit
LoggingInInterceptor lii = new LoggingInInterceptor(); lii.setLimit(limit);