coheigea commented on a change in pull request #514: Configure media types in
bean for logging intercepters
URL: https://github.com/apache/cxf/pull/514#discussion_r258600001
##########
File path:
rt/features/logging/src/main/java/org/apache/cxf/ext/logging/LoggingFeature.java
##########
@@ -117,4 +117,50 @@ public void setLogMultipart(boolean logMultipart) {
public void setVerbose(boolean verbose) {
setSender(verbose ? new Slf4jVerboseEventSender() : new
Slf4jEventSender());
}
+
+ /**
+ * Set binary media types for Logging In Interceptor.
+ * Contet for these types was not logged.
Review comment:
"Content" not "Contet" (Same below as well)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services