[ 
https://issues.apache.org/jira/browse/CXF-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548695
 ] 

Thomas Diesler commented on CXF-1262:
-------------------------------------

<beans xmlns="http://www.springframework.org/schema/beans"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:cxf="http://cxf.apache.org/core";
  xsi:schemaLocation="http://cxf.apache.org/core 
http://cxf.apache.org/schemas/core.xsd 
http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd";>
  
  <bean id="logInbound" 
class="org.apache.cxf.interceptor.LoggingInInterceptor"/>
  <bean id="logOutbound" 
class="org.apache.cxf.interceptor.LoggingOutInterceptor"/>
  
  <cxf:bus>
    <cxf:inInterceptors>
      <ref bean="logInbound"/>
    </cxf:inInterceptors>
    <cxf:outInterceptors>
      <ref bean="logOutbound"/>
    </cxf:outInterceptors>
    <cxf:inFaultInterceptors>
      <ref bean="logOutbound"/>
    </cxf:inFaultInterceptors>
  </cxf:bus>
</beans>

> Logging Interceptor should not log mime/multipart
> -------------------------------------------------
>
>                 Key: CXF-1262
>                 URL: https://issues.apache.org/jira/browse/CXF-1262
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> Running the XOP tests the server console is swamped with binary output

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to