停止打印org.mule.exception.CatchMessagingExceptionStrategy错误

时间:2017-07-10 15:42:08

标签: mule anypoint-studio

在我的mule流程中,当消息被拒绝时,我将org.mule.exception.CatchMessagingExceptionStrategy错误打印到日志中。我有一个可以处理异常的异常策略,但错误和异常堆栈跟踪将打印到日志中,这将使日志不可读。它怎么能停下来?实际上,当过滤器拒绝某些内容时出现错误消息很有趣,它应该默认处理已接受的项目。

ERROR 2017-07-10 11:33:18,723 [[...-flow].connector.sftp.mule.default.receiver.01] org.mule.exception.CatchMessagingExceptionStrategy

1 个答案:

答案 0 :(得分:1)

如果您使用较新的mule版本,catch异常策略应该允许您在logException="true"元素上设置catch-exception-strategy

即。 <catch-exception-strategy logException="true">

或者你可以从工作室的GUI中取消选中“Log Exceptions”按钮。