gpt4 book ai didi

exception - Mule 抑制捕获异常策略日志记录

转载 作者:行者123 更新时间:2023-12-02 13:42:46 24 4
gpt4 key购买 nike

是否有任何方法可以抑制 Mule (3.3.1) 的捕获异常策略行为,即记录组件特定实例的整个堆栈跟踪?我不想在类的 log4j 配置中执行此操作,因为我希望记录意外异常。

我希望能够捕获流程中的异常,并决定是否记录它(并吓跑运营团队)或只是采取纠正措施并继续。下面,有什么方法可以配置第一个实例不记录堆栈跟踪吗?

<choice-exception-strategy>
<catch-exception-strategy when="exception.causedBy(my.exception.SpecificException)">
<!-- I don't want logging on this one -->
</catch-exception-strategy>

<catch-exception-strategy>
<!-- I do want it here -->
</catch-exception-strategy>
</choice-exception-strategy>

最佳答案

我不认为 Mule 3.3.1 是这样。 Mule 3.4.0应该支持了,你可以试试吗?

https://www.mulesoft.org/jira/browse/MULE-6575

关于exception - Mule 抑制捕获异常策略日志记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18472430/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com