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.
Is there a property or configuration in CXF which deletes the files automatically after the response is rendered.