I updated it Thanks Sergey On 09/03/17 05:22, jkoorts wrote:
/** * This function has no effect at this time. * @param lim */ public void setLimit(int lim) { limit = lim; }This is not true. It has an effect. I set my limit to Integer.Max and now are able to see the complete payload. Also looking at the source code its clear that it has an effect. -- View this message in context: http://cxf.547215.n5.nabble.com/Incorrect-doc-at-LoggingFeature-tp5777882.html Sent from the cxf-dev mailing list archive at Nabble.com.
