How about this ... I'm not seeing any logging for the operation on the
client side, in spite of this. I've got

log4j.category.org.apache.cxf=DEBUG

and I see plenty of other traffic.



 List<Object> providers = new ArrayList<Object>();
        providers.add(new JacksonJsonProvider());
        FactIndexStoreQuery proxy =
JAXRSClientFactory.create(endpointUrl, FactIndexStoreQuery.class,
providers, true);
        WebClient.getConfig(proxy).getOutInterceptors().add(new
LoggingOutInterceptor());

Reply via email to