[ https://issues.apache.org/jira/browse/CXF-7666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390879#comment-16390879 ]
Dennis Kieselhorst commented on CXF-7666: ----------------------------------------- Hmm currently the content type is used to check if content should be logged or not. Do you have a proposal how to change that? Please take a look at [https://github.com/apache/cxf/blob/master/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/event/DefaultLogEventMapper.java] and feel free to submit a PR [https://github.com/apache/cxf/pulls]. > Binary multipart payload are shown even if logBinary Flag is set to false > ------------------------------------------------------------------------- > > Key: CXF-7666 > URL: https://issues.apache.org/jira/browse/CXF-7666 > Project: CXF > Issue Type: Bug > Components: logging > Affects Versions: 3.2.1 > Reporter: Mohamed Moez MANSOURI > Priority: Major > > ** > Iam using > {code:java} > <dependency> > <groupId>org.apache.cxf</groupId> > <artifactId>cxf-rt-features-logging</artifactId> > <version>3.2.1</version> > </dependency> > {code} > And i still have logs of binary parts of a multipart message (image/png) even > if the flag "logBinary" of AbstractLoggingInterceptor is false by default. > Can you help me ? I would like that if that flag is false , it applies also > to the inner parts of a multipart message. -- This message was sent by Atlassian JIRA (v7.6.3#76005)