Apache CXF (version 3.2.4) is logging all my soap xml messages in /tmp
folder.
I am using LoggingInInterceptor and LoggingOutInterceptor as cxf
interceptors in the cxfEndpoint provided in the Apache CAMEL (version
2.22.0) framework.
I see in the CachedOutputStream code of CXF Framework that its logging the
soap messages to temp folder.
SO, I configured cxf property
<cxf:properties>
<entry key="bus.io.CachedOutputStream.Threshold" value="512000"/>
<entry key="bus.io.CachedOutputStream.MaxSize" value="1000000000"/>
<entry key="bus.io.CachedOutputStream.OutputDirectory"
value="/opt/cxf/logs/"/>
</cxf:properties>
But, neither of these properties are picked up and the new path is also not
working.
Is there any other way to delete these files from the /tmp ??
--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html