Text length limit in logback logging

前端 未结 2 569
不知归路
不知归路 2021-01-18 12:55

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

2条回答
  •  遇见更好的自我
    2021-01-18 13:18

    CXF. The LoggingInInterceptor has a property on it to control the limit size of what it logs. You would need to set the limit in there.

提交回复
热议问题