parent
020c537c03
commit
20f4022e7b
|
|
@ -284,7 +284,7 @@ public abstract class AbstractMessageConverterMethodProcessor extends AbstractMe
|
|||
if (body != null) {
|
||||
Object theBody = body;
|
||||
LogFormatUtils.traceDebug(logger, traceOn ->
|
||||
"Writing [" + LogFormatUtils.formatValue(theBody, traceOn) + "]");
|
||||
"Writing [" + LogFormatUtils.formatValue(theBody, !traceOn) + "]");
|
||||
addContentDispositionHeader(inputMessage, outputMessage);
|
||||
if (genericConverter != null) {
|
||||
genericConverter.write(body, targetType, selectedMediaType, outputMessage);
|
||||
|
|
|
|||
Loading…
Reference in New Issue