More LogAccessor; some new Sonar smells

This commit is contained in:
Artem Bilan
2020-10-06 16:31:43 -04:00
parent fe0e54c46d
commit bc63a0dac8
13 changed files with 105 additions and 121 deletions

View File

@@ -1311,7 +1311,7 @@ public class JmsOutboundGateway extends AbstractReplyProducingMessageHandler
}
}
catch (Exception ex) {
logger.warn(() -> "Failed to consume reply with correlationId " + correlationId);
logger.warn(ex, () -> "Failed to consume reply with correlationId " + correlationId);
}
}