Skip to content

Commit

Permalink
Now Apache CXF has fixed the not-setting-the-inbound-messages pretty …
Browse files Browse the repository at this point in the history
…bug and we set the logging-config to pretty like the out ones
  • Loading branch information
jonashackt committed Apr 15, 2016
1 parent 65ca4b2 commit 979d87c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void activateLoggingFeature() {
@Bean
public AbstractLoggingInterceptor logInInterceptor() {
LoggingInInterceptor logInInterceptor = new LoggingInInterceptorXmlOnly(); // LoggingInInterceptorSlf4jSoapMsgExtractor();
// The In-Messages are pretty without setting it, when setting it Apache CXF throws empty lines into the In-Messages
logInInterceptor.setPrettyLogging(true);
return logInInterceptor;
}

Expand Down

0 comments on commit 979d87c

Please sign in to comment.